#ABBF40

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

Shades of Celery #ABBF40

Tints of Celery #ABBF40

Color information

#ABBF40 (or 0xABBF40) is unknown color: approx Celery. HEX triplet: AB, BF and 40. RGB value is (171,191,64). Sum of RGB (Red+Green+Blue) = 171+191+64=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF40 is #5440BF. Grayscale: #ABABAB. Windows color (decimal): -5521600 or 4243371. OLE color: 4243371.

HSL color Cylindrical-coordinate representation of color #ABBF40: hue angle of 69.45º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABBF40 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB17119164-
CMYK0.1000.660.25
HSL69.45º49.8%50%-
HSV(B)69.45º66.49%74.9%-
XYZ36.3546.2911.87-
YUV170.5467.87128.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=40.14%
G=44.84%
B=15.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171191640.1000.660.2569.4549.850
HexABBF40A04219453232
Octal253277100120102311056262
Binary10101011101111111000000101001000010110011000101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF40; }

 p { color: rgb(171,191,64); }

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

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

 a { background-color: rgb(171,191,64); }

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

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

 span { border-color: rgb(171,191,64); }

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