Html Css Color HEX #AFB84D Celery

📋 copy color: '#AFB84D'

red 175 ◦ green 184 ◦ blue 77

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

Shades of Celery #AFB84D

Tints of Celery #AFB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 40.14%
G = 42.2%
B = 17.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#AFB84D (or 0xAFB84D) is known color: Celery. HEX triplet: AF, B8 and 4D. RGB value is (175,184,77). Sum of RGB (Red+Green+Blue) = 175+184+77=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB84D is #5047B2. Grayscale: #A9A9A9. Windows color (decimal): -5261235 or 5093551. OLE color: 5093551.

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

Color convert

RGB 175 184 77 -
CMYK 0.05 0 0.58 0.28
HSL 65.05º 0.43% 0.51% -
HSV(B) 65.05º 0.58% 0.72% -
XYZ 36.16 43.93 13.59 -
YUV 169.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 175 184 77 0.05 0 0.58 0.28 65.05 0.43 0.51
Hex AF B8 4D 5 0 3A 1C 41 2B 33
Octal 257 270 115 5 0 72 34 101 53 63
Binary 10101111 10111000 1001101 101 0 111010 11100 1000001 101011 110011

Color Harmonies of #AFB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB84D

Black with #AFB84D

Text Example


Text Example

White with #AFB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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