Html Css Color HEX #AFB956 Celery

📋 copy color: '#AFB956'

red 175 ◦ green 185 ◦ blue 86

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

Shades of Celery #AFB956

Tints of Celery #AFB956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

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

R = 39.24%
G = 41.48%
B = 19.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#AFB956 (or 0xAFB956) is known color: Celery. HEX triplet: AF, B9 and 56. RGB value is (175,185,86). Sum of RGB (Red+Green+Blue) = 175+185+86=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB956 is #5046A9. Grayscale: #ABABAB. Windows color (decimal): -5260970 or 5683631. OLE color: 5683631.

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

Color convert

RGB 175 185 86 -
CMYK 0.05 0 0.54 0.27
HSL 66.06º 0.41% 0.53% -
HSV(B) 66.06º 0.54% 0.73% -
XYZ 36.71 44.48 15.46 -
YUV 170.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 175 185 86 0.05 0 0.54 0.27 66.06 0.41 0.53
Hex AF B9 56 5 0 36 1B 42 29 35
Octal 257 271 126 5 0 66 33 102 51 65
Binary 10101111 10111001 1010110 101 0 110110 11011 1000010 101001 110101

Color Harmonies of #AFB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB956

Black with #AFB956

Text Example


Text Example

White with #AFB956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB956; }

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

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

background-color css

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

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

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

border-color css

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

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

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