Html Css Color HEX #AFB84A Celery

📋 copy color: '#AFB84A'

red 175 ◦ green 184 ◦ blue 74

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

Shades of Celery #AFB84A

Tints of Celery #AFB84A

RGB

 RED value IS 175 (68.75% from 255) = 40.42%

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 74 (29.3% from 255) = 17.09%

R = 40.42%
G = 42.49%
B = 17.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#AFB84A (or 0xAFB84A) is known color: Celery. HEX triplet: AF, B8 and 4A. RGB value is (175,184,74). Sum of RGB (Red+Green+Blue) = 175+184+74=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB84A is #5047B5. Grayscale: #A9A9A9. Windows color (decimal): -5261238 or 4896943. OLE color: 4896943.

HSL color Cylindrical-coordinate representation of color #AFB84A: hue angle of 64.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFB84A is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 74 -
CMYK 0.05 0 0.60 0.28
HSL 64.91º 0.44% 0.51% -
HSV(B) 64.91º 0.6% 0.72% -
XYZ 36.06 43.89 13.05 -
YUV 168.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 175 184 74 0.05 0 0.60 0.28 64.91 0.44 0.51
Hex AF B8 4A 5 0 3C 1C 41 2C 33
Octal 257 270 112 5 0 74 34 101 54 63
Binary 10101111 10111000 1001010 101 0 111100 11100 1000001 101100 110011

Color Harmonies of #AFB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB84A

Black with #AFB84A

Text Example


Text Example

White with #AFB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB84A; }

 p { color: rgb(175,184,74); }

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

background-color css

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

 a { background-color: rgb(175,184,74); }

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

border-color css

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

 span { border-color: rgb(175,184,74); }

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