#A2CB73

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

Shades of Olivine #A2CB73

Tints of Olivine #A2CB73

Color information

#A2CB73 (or 0xA2CB73) is unknown color: approx Olivine. HEX triplet: A2, CB and 73. RGB value is (162,203,115). Sum of RGB (Red+Green+Blue) = 162+203+115=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB73 is #5D348C. Grayscale: #B5B5B5. Windows color (decimal): -6108301 or 7588770. OLE color: 7588770.

HSL color Cylindrical-coordinate representation of color #A2CB73: hue angle of 87.95º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2CB73 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB162203115-
CMYK0.2000.430.20
HSL87.95º45.83%62.35%-
HSV(B)87.95º43.35%79.61%-
XYZ39.3551.6324.11-
YUV180.7190.92114.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=33.75%
G=42.29%
B=23.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031150.2000.430.2087.9545.8362.35
HexA2CB731402B14582e3e
Octal24231316324053241305676
Binary10100010110010111110011101000101011101001011000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB73; }

 p { color: rgb(162,203,115); }

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

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

 a { background-color: rgb(162,203,115); }

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

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

 span { border-color: rgb(162,203,115); }

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