#A2B27D

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

Shades of Olivine #A2B27D

Tints of Olivine #A2B27D

Color information

#A2B27D (or 0xA2B27D) is unknown color: approx Olivine. HEX triplet: A2, B2 and 7D. RGB value is (162,178,125). Sum of RGB (Red+Green+Blue) = 162+178+125=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B27D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B27D is #5D4D82. Grayscale: #A7A7A7. Windows color (decimal): -6114691 or 8237730. OLE color: 8237730.

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

Color convert

RGB162178125-
CMYK0.0900.300.30
HSL78.11º25.6%59.41%-
HSV(B)78.11º29.78%69.8%-
XYZ34.524125.5-
YUV167.17104.2124.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 178 (69.92% from 255) = 38.28%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=34.84%
G=38.28%
B=26.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781250.0900.300.3078.1125.659.41
HexA2B27D901E1E4e1a3b
Octal24226217511036361163273
Binary10100010101100101111101100101111011110100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B27D; }

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

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

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

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

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

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

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

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