#A2B77B

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

Shades of Olivine #A2B77B

Tints of Olivine #A2B77B

Color information

#A2B77B (or 0xA2B77B) is unknown color: approx Olivine. HEX triplet: A2, B7 and 7B. RGB value is (162,183,123). Sum of RGB (Red+Green+Blue) = 162+183+123=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B77B is #5D4884. Grayscale: #AAAAAA. Windows color (decimal): -6113413 or 8107938. OLE color: 8107938.

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

Color convert

RGB162183123-
CMYK0.1100.330.28
HSL81º29.41%60%-
HSV(B)81º32.79%71.76%-
XYZ35.4142.9825.17-
YUV169.88101.54122.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 183 (71.88% from 255) = 39.10%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=34.62%
G=39.10%
B=26.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621831230.1100.330.288129.4160
HexA2B77BB0211C511d3c
Octal24226717313041341213574
Binary101000101011011111110111011010000111100101000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B77B; }

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

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

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

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

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

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

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

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