#AAB302

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

Shades of Citrus #AAB302

Tints of Citrus #AAB302

Color information

#AAB302 (or 0xAAB302) is unknown color: approx Citrus. HEX triplet: AA, B3 and 02. RGB value is (170,179,2). Sum of RGB (Red+Green+Blue) = 170+179+2=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB302 is #554CFD. Grayscale: #9C9C9C. Windows color (decimal): -5590270 or 177066. OLE color: 177066.

HSL color Cylindrical-coordinate representation of color #AAB302: hue angle of 63.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB302 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1701792-
CMYK0.0500.990.30
HSL63.05º97.79%35.49%-
HSV(B)63.05º98.88%70.2%-
XYZ32.7140.796.21-
YUV156.1341.02137.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=48.43%
G=51.00%
B=0.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17017920.0500.990.3063.0597.7935.49
HexAAB3250631E3f6223
Octal252263250143367714243
Binary10101010101100111010101100011111101111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB302; }

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

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

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

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

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

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

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

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