#A2BC07

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

Shades of Citrus #A2BC07

Tints of Citrus #A2BC07

Color information

#A2BC07 (or 0xA2BC07) is unknown color: approx Citrus. HEX triplet: A2, BC and 07. RGB value is (162,188,7). Sum of RGB (Red+Green+Blue) = 162+188+7=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC07 is #5D43F8. Grayscale: #A0A0A0. Windows color (decimal): -6112249 or 507042. OLE color: 507042.

HSL color Cylindrical-coordinate representation of color #A2BC07: hue angle of 68.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2BC07 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1621887-
CMYK0.1400.960.26
HSL68.62º92.82%38.24%-
HSV(B)68.62º96.28%73.73%-
XYZ32.9243.666.89-
YUV159.5941.89129.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 7 (3.12% from 255) = 1.96%
R=45.38%
G=52.66%
B=1.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16218870.1400.960.2668.6292.8238.24
HexA2BC7E0601A455d26
Octal24227471601403210513546
Binary10100010101111001111110011000001101010001011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC07; }

 p { color: rgb(162,188,7); }

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

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

 a { background-color: rgb(162,188,7); }

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

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

 span { border-color: rgb(162,188,7); }

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