Html Css Color HEX #AFB955 Celery

📋 copy color: '#AFB955'

red 175 ◦ green 185 ◦ blue 85

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

Shades of Celery #AFB955

Tints of Celery #AFB955

RGB

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

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

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

R = 39.33%
G = 41.57%
B = 19.1%

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

#AFB955 (or 0xAFB955) is known color: Celery. HEX triplet: AF, B9 and 55. RGB value is (175,185,85). Sum of RGB (Red+Green+Blue) = 175+185+85=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB955 is #5046AA. Grayscale: #AAAAAA. Windows color (decimal): -5260971 or 5618095. OLE color: 5618095.

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

Color convert

RGB 175 185 85 -
CMYK 0.05 0 0.54 0.27
HSL 66º 0.42% 0.53% -
HSV(B) 66º 0.54% 0.73% -
XYZ 36.67 44.47 15.24 -
YUV 170.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 175 185 85 0.05 0 0.54 0.27 66 0.42 0.53
Hex AF B9 55 5 0 36 1B 42 2A 35
Octal 257 271 125 5 0 66 33 102 52 65
Binary 10101111 10111001 1010101 101 0 110110 11011 1000010 101010 110101

Color Harmonies of #AFB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB955

Black with #AFB955

Text Example


Text Example

White with #AFB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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