Html Css Color HEX #AFB94C Celery

📋 copy color: '#AFB94C'

red 175 ◦ green 185 ◦ blue 76

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

Shades of Celery #AFB94C

Tints of Celery #AFB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.43%

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 40.14%
G = 42.43%
B = 17.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#AFB94C (or 0xAFB94C) is known color: Celery. HEX triplet: AF, B9 and 4C. RGB value is (175,185,76). Sum of RGB (Red+Green+Blue) = 175+185+76=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB94C is #5046B3. Grayscale: #AAAAAA. Windows color (decimal): -5260980 or 5028271. OLE color: 5028271.

HSL color Cylindrical-coordinate representation of color #AFB94C: hue angle of 65.5º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFB94C is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 76 -
CMYK 0.05 0 0.59 0.27
HSL 65.5º 0.44% 0.51% -
HSV(B) 65.5º 0.59% 0.73% -
XYZ 36.33 44.33 13.48 -
YUV 169.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 175 185 76 0.05 0 0.59 0.27 65.5 0.44 0.51
Hex AF B9 4C 5 0 3B 1B 42 2C 33
Octal 257 271 114 5 0 73 33 102 54 63
Binary 10101111 10111001 1001100 101 0 111011 11011 1000010 101100 110011

Color Harmonies of #AFB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB94C

Black with #AFB94C

Text Example


Text Example

White with #AFB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB94C; }

 p { color: rgb(175,185,76); }

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

background-color css

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

 a { background-color: rgb(175,185,76); }

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

border-color css

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

 span { border-color: rgb(175,185,76); }

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