Html Css Color HEX #AFB54C Celery

📋 copy color: '#AFB54C'

red 175 ◦ green 181 ◦ blue 76

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

Shades of Celery #AFB54C

Tints of Celery #AFB54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

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

R = 40.51%
G = 41.9%
B = 17.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#AFB54C (or 0xAFB54C) is known color: Celery. HEX triplet: AF, B5 and 4C. RGB value is (175,181,76). Sum of RGB (Red+Green+Blue) = 175+181+76=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB54C is #504AB3. Grayscale: #A7A7A7. Windows color (decimal): -5262004 or 5027247. OLE color: 5027247.

HSL color Cylindrical-coordinate representation of color #AFB54C: hue angle of 63.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFB54C is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 76 -
CMYK 0.03 0 0.58 0.29
HSL 63.43º 0.42% 0.5% -
HSV(B) 63.43º 0.58% 0.71% -
XYZ 35.51 42.68 13.2 -
YUV 167.24 76.51 133.54 -
System Red Green Blue C M Y K H S L
Decimal 175 181 76 0.03 0 0.58 0.29 63.43 0.42 0.5
Hex AF B5 4C 3 0 3A 1D 3F 2A 32
Octal 257 265 114 3 0 72 35 77 52 62
Binary 10101111 10110101 1001100 11 0 111010 11101 111111 101010 110010

Color Harmonies of #AFB54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB54C

Black with #AFB54C

Text Example


Text Example

White with #AFB54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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