Html Css Color HEX #AFB84B Celery

📋 copy color: '#AFB84B'

red 175 ◦ green 184 ◦ blue 75

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

Shades of Celery #AFB84B

Tints of Celery #AFB84B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.28%

R = 40.32%
G = 42.4%
B = 17.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#AFB84B (or 0xAFB84B) is known color: Celery. HEX triplet: AF, B8 and 4B. RGB value is (175,184,75). Sum of RGB (Red+Green+Blue) = 175+184+75=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB84B is #5047B4. Grayscale: #A9A9A9. Windows color (decimal): -5261237 or 4962479. OLE color: 4962479.

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

Color convert

RGB 175 184 75 -
CMYK 0.05 0 0.59 0.28
HSL 64.95º 0.43% 0.51% -
HSV(B) 64.95º 0.59% 0.72% -
XYZ 36.09 43.9 13.23 -
YUV 168.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 175 184 75 0.05 0 0.59 0.28 64.95 0.43 0.51
Hex AF B8 4B 5 0 3B 1C 41 2B 33
Octal 257 270 113 5 0 73 34 101 53 63
Binary 10101111 10111000 1001011 101 0 111011 11100 1000001 101011 110011

Color Harmonies of #AFB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB84B

Black with #AFB84B

Text Example


Text Example

White with #AFB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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