Html Css Color HEX #A4BF49 Celery

📋 copy color: '#A4BF49'

red 164 ◦ green 191 ◦ blue 73

#A4BF49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #A4BF49

Tints of Celery #A4BF49

RGB

 RED value IS 164 (64.45% from 255) = 38.32%

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 38.32%
G = 44.63%
B = 17.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4BF49 (or 0xA4BF49) is known color: Celery. HEX triplet: A4, BF and 49. RGB value is (164,191,73). Sum of RGB (Red+Green+Blue) = 164+191+73=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF49 is #5B40B6. Grayscale: #A9A9A9. Windows color (decimal): -5980343 or 4833188. OLE color: 4833188.

HSL color Cylindrical-coordinate representation of color #A4BF49: hue angle of 73.73º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4BF49 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 73 -
CMYK 0.14 0 0.62 0.25
HSL 73.73º 0.48% 0.52% -
HSV(B) 73.73º 0.62% 0.75% -
XYZ 35.14 45.64 13.26 -
YUV 169.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 164 191 73 0.14 0 0.62 0.25 73.73 0.48 0.52
Hex A4 BF 49 E 0 3E 19 4A 30 34
Octal 244 277 111 16 0 76 31 112 60 64
Binary 10100100 10111111 1001001 1110 0 111110 11001 1001010 110000 110100

Color Harmonies of #A4BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF49

Black with #A4BF49

Text Example


Text Example

White with #A4BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF49; }

 p { color: rgb(164,191,73); }

 H1.HeaderClassName
 {
   color: #A4BF49;
 }
 .AnyTagClassName
 {
   color: #A4BF49;
 }
</style>

background-color css

<style>
 a { background-color: #A4BF49; }

 a { background-color: rgb(164,191,73); }

 div.DivClassName
 {
   background-color: #A4BF49;
 }
 .BgClassName
 {
   background-color: #A4BF49;
 }
</style>

border-color css

<style>
 span { border-color: #A4BF49; }

 span { border-color: rgb(164,191,73); }

 td.TdClassName
 {
   border-color: #A4BF49;
 }
 .TagClassName
 {
   border-color: #A4BF49;
 }
</style>