#A2B807

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

Shades of Citrus #A2B807

Tints of Citrus #A2B807

Color information

#A2B807 (or 0xA2B807) is unknown color: approx Citrus. HEX triplet: A2, B8 and 07. RGB value is (162,184,7). Sum of RGB (Red+Green+Blue) = 162+184+7=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B807 is #5D47F8. Grayscale: #9D9D9D. Windows color (decimal): -6113273 or 506018. OLE color: 506018.

HSL color Cylindrical-coordinate representation of color #A2B807: hue angle of 67.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B807 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1621847-
CMYK0.1200.960.28
HSL67.46º92.67%37.45%-
HSV(B)67.46º96.2%72.16%-
XYZ32.0841.986.61-
YUV157.2443.21131.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.89%
GREEN value IS 184 (72.27% from 255) = 52.12%
BLUE value IS 7 (3.12% from 255) = 1.98%
R=45.89%
G=52.12%
B=1.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16218470.1200.960.2867.4692.6737.45
HexA2B87C0601C435d25
Octal24227071401403410313545
Binary10100010101110001111100011000001110010000111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B807; }

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

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

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

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

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

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

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

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