#A2B715

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

Shades of Citrus #A2B715

Tints of Citrus #A2B715

Color information

#A2B715 (or 0xA2B715) is unknown color: approx Citrus. HEX triplet: A2, B7 and 15. RGB value is (162,183,21). Sum of RGB (Red+Green+Blue) = 162+183+21=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B715 is #5D48EA. Grayscale: #9E9E9E. Windows color (decimal): -6113515 or 1423266. OLE color: 1423266.

HSL color Cylindrical-coordinate representation of color #A2B715: hue angle of 67.78º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2B715 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB16218321-
CMYK0.1100.890.28
HSL67.78º79.41%40%-
HSV(B)67.78º88.52%71.76%-
XYZ31.9741.67.05-
YUV158.2550.54130.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 183 (71.88% from 255) = 50%
BLUE value IS 21 (8.59% from 255) = 5.74%
R=44.26%
G=50%
B=5.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal162183210.1100.890.2867.7879.4140
HexA2B715B0591C444f28
Octal242267251301313410411750
Binary1010001010110111101011011010110011110010001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B715; }

 p { color: rgb(162,183,21); }

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

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

 a { background-color: rgb(162,183,21); }

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

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

 span { border-color: rgb(162,183,21); }

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