#A2BE0D

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

Shades of Citrus #A2BE0D

Tints of Citrus #A2BE0D

Color information

#A2BE0D (or 0xA2BE0D) is unknown color: approx Citrus. HEX triplet: A2, BE and 0D. RGB value is (162,190,13). Sum of RGB (Red+Green+Blue) = 162+190+13=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE0D is #5D41F2. Grayscale: #A2A2A2. Windows color (decimal): -6111731 or 900770. OLE color: 900770.

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

Color convert

RGB16219013-
CMYK0.1500.930.25
HSL69.49º87.19%39.8%-
HSV(B)69.49º93.16%74.51%-
XYZ33.3944.547.22-
YUV161.4544.22128.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 13 (5.47% from 255) = 3.56%
R=44.38%
G=52.05%
B=3.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162190130.1500.930.2569.4987.1939.8
HexA2BEDF05D19455728
Octal242276151701353110512750
Binary101000101011111011011111010111011100110001011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BE0D; }

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

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

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

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

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

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

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

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