#A2BE09

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

Shades of Citrus #A2BE09

Tints of Citrus #A2BE09

Color information

#A2BE09 (or 0xA2BE09) is unknown color: approx Citrus. HEX triplet: A2, BE and 09. RGB value is (162,190,9). Sum of RGB (Red+Green+Blue) = 162+190+9=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE09 is #5D41F6. Grayscale: #A1A1A1. Windows color (decimal): -6111735 or 638626. OLE color: 638626.

HSL color Cylindrical-coordinate representation of color #A2BE09: hue angle of 69.28º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2BE09 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1621909-
CMYK0.1500.950.25
HSL69.28º90.95%39.02%-
HSV(B)69.28º95.26%74.51%-
XYZ33.3644.537.09-
YUV160.9942.22128.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 9 (3.91% from 255) = 2.49%
R=44.88%
G=52.63%
B=2.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16219090.1500.950.2569.2890.9539.02
HexA2BE9F05F19455b27
Octal242276111701373110513347
Binary101000101011111010011111010111111100110001011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE09; }

 p { color: rgb(162,190,9); }

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

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

 a { background-color: rgb(162,190,9); }

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

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

 span { border-color: rgb(162,190,9); }

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