Html Css Color HEX #AFB855 Celery

📋 copy color: '#AFB855'

red 175 ◦ green 184 ◦ blue 85

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

Shades of Celery #AFB855

Tints of Celery #AFB855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 39.41%
G = 41.44%
B = 19.14%

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

#AFB855 (or 0xAFB855) is known color: Celery. HEX triplet: AF, B8 and 55. RGB value is (175,184,85). Sum of RGB (Red+Green+Blue) = 175+184+85=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB855 is #5047AA. Grayscale: #AAAAAA. Windows color (decimal): -5261227 or 5617839. OLE color: 5617839.

HSL color Cylindrical-coordinate representation of color #AFB855: hue angle of 65.45º 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 #AFB855 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 85 -
CMYK 0.05 0 0.54 0.28
HSL 65.45º 0.41% 0.53% -
HSV(B) 65.45º 0.54% 0.72% -
XYZ 36.46 44.05 15.18 -
YUV 170.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 175 184 85 0.05 0 0.54 0.28 65.45 0.41 0.53
Hex AF B8 55 5 0 36 1C 41 29 35
Octal 257 270 125 5 0 66 34 101 51 65
Binary 10101111 10111000 1010101 101 0 110110 11100 1000001 101001 110101

Color Harmonies of #AFB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB855

Black with #AFB855

Text Example


Text Example

White with #AFB855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB855; }

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

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

background-color css

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

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

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

border-color css

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

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

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