Html Css Color HEX #AFB854 Celery

📋 copy color: '#AFB854'

red 175 ◦ green 184 ◦ blue 84

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

Shades of Celery #AFB854

Tints of Celery #AFB854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.96%

R = 39.5%
G = 41.53%
B = 18.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#AFB854 (or 0xAFB854) is known color: Celery. HEX triplet: AF, B8 and 54. RGB value is (175,184,84). Sum of RGB (Red+Green+Blue) = 175+184+84=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB854 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB854 is #5047AB. Grayscale: #AAAAAA. Windows color (decimal): -5261228 or 5552303. OLE color: 5552303.

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

Color convert

RGB 175 184 84 -
CMYK 0.05 0 0.54 0.28
HSL 65.4º 0.41% 0.53% -
HSV(B) 65.4º 0.54% 0.72% -
XYZ 36.42 44.04 14.97 -
YUV 169.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 175 184 84 0.05 0 0.54 0.28 65.4 0.41 0.53
Hex AF B8 54 5 0 36 1C 41 29 35
Octal 257 270 124 5 0 66 34 101 51 65
Binary 10101111 10111000 1010100 101 0 110110 11100 1000001 101001 110101

Color Harmonies of #AFB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB854

Black with #AFB854

Text Example


Text Example

White with #AFB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB854; }

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

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

background-color css

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

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

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

border-color css

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

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

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