Html Css Color HEX #AFB856 Celery

📋 copy color: '#AFB856'

red 175 ◦ green 184 ◦ blue 86

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

Shades of Celery #AFB856

Tints of Celery #AFB856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.33%

R = 39.33%
G = 41.35%
B = 19.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#AFB856 (or 0xAFB856) is known color: Celery. HEX triplet: AF, B8 and 56. RGB value is (175,184,86). Sum of RGB (Red+Green+Blue) = 175+184+86=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB856 is #5047A9. Grayscale: #AAAAAA. Windows color (decimal): -5261226 or 5683375. OLE color: 5683375.

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

Color convert

RGB 175 184 86 -
CMYK 0.05 0 0.53 0.28
HSL 65.51º 0.41% 0.53% -
HSV(B) 65.51º 0.53% 0.72% -
XYZ 36.5 44.07 15.39 -
YUV 170.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 175 184 86 0.05 0 0.53 0.28 65.51 0.41 0.53
Hex AF B8 56 5 0 35 1C 42 29 35
Octal 257 270 126 5 0 65 34 102 51 65
Binary 10101111 10111000 1010110 101 0 110101 11100 1000010 101001 110101

Color Harmonies of #AFB856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB856

Black with #AFB856

Text Example


Text Example

White with #AFB856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB856; }

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

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

background-color css

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

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

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

border-color css

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

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

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