#AFBB52

Color #AFBB52 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AFBB52

Tints of Celery #AFBB52

Color information

#AFBB52 (or 0xAFBB52) is unknown color: approx Celery. HEX triplet: AF, BB and 52. RGB value is (175,187,82). Sum of RGB (Red+Green+Blue) = 175+187+82=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB52 is #5044AD. Grayscale: #ABABAB. Windows color (decimal): -5260462 or 5421999. OLE color: 5421999.

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

Color convert

RGB17518782-
CMYK0.0600.560.27
HSL66.86º43.57%52.75%-
HSV(B)66.86º56.15%73.33%-
XYZ36.9745.2614.77-
YUV171.4477.52130.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=39.41%
G=42.12%
B=18.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187820.0600.560.2766.8643.5752.75
HexAFBB5260381B432c35
Octal2572731226070331035465
Binary101011111011101110100101100111000110111000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB52; }

 p { color: rgb(175,187,82); }

 H1.HeaderClassName
 {
   color: #AFBB52;
 }
 .AnyTagClassName
 {
   color: #AFBB52;
 }
</style>
background-color css

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

 a { background-color: rgb(175,187,82); }

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

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

 span { border-color: rgb(175,187,82); }

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