#ABBB00

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

Shades of Citrus #ABBB00

Tints of Citrus #ABBB00

Color information

#ABBB00 (or 0xABBB00) is unknown color: approx Citrus. HEX triplet: AB, BB and 00. RGB value is (171,187,0). Sum of RGB (Red+Green+Blue) = 171+187+0=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBB00 is #5444FF. Grayscale: #A1A1A1. Windows color (decimal): -5522688 or 48043. OLE color: 48043.

HSL color Cylindrical-coordinate representation of color #ABBB00: hue angle of 65.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABBB00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1711870-
CMYK0.09010.27
HSL65.13º100%36.67%-
HSV(B)65.13º100%73.33%-
XYZ34.5644.26.71-
YUV160.937.2135.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.77%
G=52.23%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17118700.09010.2765.1310036.67
HexABBB090641B416425
Octal25327301101443310114445
Binary101010111011101101001011001001101110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB00; }

 p { color: rgb(171,187,0); }

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

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

 a { background-color: rgb(171,187,0); }

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

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

 span { border-color: rgb(171,187,0); }

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