#afbb4f

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

Shades of Celery #AFBB4F

Tints of Celery #AFBB4F

Color information

#AFBB4F (or 0xAFBB4F) is unknown color: approx Celery. HEX triplet: AF, BB and 4F. RGB value is (175,187,79). Sum of RGB (Red+Green+Blue) = 175+187+79=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB4F is #5044B0. Grayscale: #ABABAB. Windows color (decimal): -5260465 or 5225391. OLE color: 5225391.

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

Color convert

RGB17518779-
CMYK0.0600.580.27
HSL66.67º44.26%52.16%-
HSV(B)66.67º57.75%73.33%-
XYZ36.8645.2214.18-
YUV171.176.02130.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.68%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=39.68%
G=42.40%
B=17.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175187790.0600.580.2766.6744.2652.16
HexAFBB4F603A1B432c34
Octal2572731176072331035464
Binary101011111011101110011111100111010110111000011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbb4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbb4f; }

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

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

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

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

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

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

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

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