#A2B007

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

Shades of Citrus #A2B007

Tints of Citrus #A2B007

Color information

#A2B007 (or 0xA2B007) is unknown color: approx Citrus. HEX triplet: A2, B0 and 07. RGB value is (162,176,7). Sum of RGB (Red+Green+Blue) = 162+176+7=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B007 is #5D4FF8. Grayscale: #999999. Windows color (decimal): -6115321 or 503970. OLE color: 503970.

HSL color Cylindrical-coordinate representation of color #A2B007: hue angle of 64.97º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B007 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB1621767-
CMYK0.0800.960.31
HSL64.97º92.35%35.88%-
HSV(B)64.97º96.02%69.02%-
XYZ30.4638.756.07-
YUV152.5545.86134.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 7 (3.12% from 255) = 2.03%
R=46.96%
G=51.01%
B=2.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16217670.0800.960.3164.9792.3535.88
HexA2B0780601F415c24
Octal24226071001403710113444
Binary10100010101100001111000011000001111110000011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B007; }

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

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

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

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

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

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

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

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