Html Css Color HEX #AFB84F Celery

📋 copy color: '#AFB84F'

red 175 ◦ green 184 ◦ blue 79

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

Shades of Celery #AFB84F

Tints of Celery #AFB84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 39.95%
G = 42.01%
B = 18.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#AFB84F (or 0xAFB84F) is known color: Celery. HEX triplet: AF, B8 and 4F. RGB value is (175,184,79). Sum of RGB (Red+Green+Blue) = 175+184+79=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB84F is #5047B0. Grayscale: #A9A9A9. Windows color (decimal): -5261233 or 5224623. OLE color: 5224623.

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

Color convert

RGB 175 184 79 -
CMYK 0.05 0 0.57 0.28
HSL 65.14º 0.43% 0.52% -
HSV(B) 65.14º 0.57% 0.72% -
XYZ 36.23 43.96 13.97 -
YUV 169.34 77.02 132.04 -
System Red Green Blue C M Y K H S L
Decimal 175 184 79 0.05 0 0.57 0.28 65.14 0.43 0.52
Hex AF B8 4F 5 0 39 1C 41 2B 34
Octal 257 270 117 5 0 71 34 101 53 64
Binary 10101111 10111000 1001111 101 0 111001 11100 1000001 101011 110100

Color Harmonies of #AFB84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB84F

Black with #AFB84F

Text Example


Text Example

White with #AFB84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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