#A2B27B

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

Shades of Olivine #A2B27B

Tints of Olivine #A2B27B

Color information

#A2B27B (or 0xA2B27B) is unknown color: approx Olivine. HEX triplet: A2, B2 and 7B. RGB value is (162,178,123). Sum of RGB (Red+Green+Blue) = 162+178+123=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B27B is #5D4D84. Grayscale: #A7A7A7. Windows color (decimal): -6114693 or 8106658. OLE color: 8106658.

HSL color Cylindrical-coordinate representation of color #A2B27B: hue angle of 77.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2B27B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB162178123-
CMYK0.0900.310.30
HSL77.45º26.32%59.02%-
HSV(B)77.45º30.9%69.8%-
XYZ34.440.9524.83-
YUV166.95103.2124.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.99%
GREEN value IS 178 (69.92% from 255) = 38.44%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=34.99%
G=38.44%
B=26.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781230.0900.310.3077.4526.3259.02
HexA2B27B901F1E4d1a3b
Octal24226217311037361153273
Binary10100010101100101111011100101111111110100110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B27B; }

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

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

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

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

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

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

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

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