#AABB02

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

Shades of Citrus #AABB02

Tints of Citrus #AABB02

Color information

#AABB02 (or 0xAABB02) is unknown color: approx Citrus. HEX triplet: AA, BB and 02. RGB value is (170,187,2). Sum of RGB (Red+Green+Blue) = 170+187+2=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB02 is #5544FD. Grayscale: #A1A1A1. Windows color (decimal): -5588222 or 179114. OLE color: 179114.

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

Color convert

RGB1701872-
CMYK0.0900.990.27
HSL65.51º97.88%37.06%-
HSV(B)65.51º98.93%73.33%-
XYZ34.3644.096.76-
YUV160.8338.37134.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 187 (73.44% from 255) = 52.09%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=47.35%
G=52.09%
B=0.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17018720.0900.990.2765.5197.8837.06
HexAABB290631B426225
Octal25227321101433310214245
Binary1010101010111011101001011000111101110000101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB02; }

 p { color: rgb(170,187,2); }

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

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

 a { background-color: rgb(170,187,2); }

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

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

 span { border-color: rgb(170,187,2); }

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