#A2BA06

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

Shades of Citrus #A2BA06

Tints of Citrus #A2BA06

Color information

#A2BA06 (or 0xA2BA06) is unknown color: approx Citrus. HEX triplet: A2, BA and 06. RGB value is (162,186,6). Sum of RGB (Red+Green+Blue) = 162+186+6=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA06 is #5D45F9. Grayscale: #9F9F9F. Windows color (decimal): -6112762 or 440994. OLE color: 440994.

HSL color Cylindrical-coordinate representation of color #A2BA06: hue angle of 68º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2BA06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1621866-
CMYK0.1300.970.27
HSL68º93.75%37.65%-
HSV(B)68º96.77%72.94%-
XYZ32.4942.816.72-
YUV158.342.05130.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=45.76%
G=52.54%
B=1.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16218660.1300.970.276893.7537.65
HexA2BA6D0611B445e26
Octal24227261501413310413646
Binary10100010101110101101101011000011101110001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA06; }

 p { color: rgb(162,186,6); }

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

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

 a { background-color: rgb(162,186,6); }

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

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

 span { border-color: rgb(162,186,6); }

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