#A2CB65

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

Shades of Olivine #A2CB65

Tints of Olivine #A2CB65

Color information

#A2CB65 (or 0xA2CB65) is unknown color: approx Olivine. HEX triplet: A2, CB and 65. RGB value is (162,203,101). Sum of RGB (Red+Green+Blue) = 162+203+101=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB65 is #5D349A. Grayscale: #B3B3B3. Windows color (decimal): -6108315 or 6671266. OLE color: 6671266.

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

Color convert

RGB162203101-
CMYK0.2000.500.20
HSL84.12º49.51%59.61%-
HSV(B)84.12º50.25%79.61%-
XYZ38.6151.3320.19-
YUV179.1183.92115.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 203 (79.69% from 255) = 43.56%
BLUE value IS 101 (39.84% from 255) = 21.67%
R=34.76%
G=43.56%
B=21.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622031010.2000.500.2084.1249.5159.61
HexA2CB65140321454323c
Octal24231314524062241246274
Binary10100010110010111100101101000110010101001010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CB65; }

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

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

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

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

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

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

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

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