#A0CB65

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

Shades of Olivine #A0CB65

Tints of Olivine #A0CB65

Color information

#A0CB65 (or 0xA0CB65) is unknown color: approx Olivine. HEX triplet: A0, CB and 65. RGB value is (160,203,101). Sum of RGB (Red+Green+Blue) = 160+203+101=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB65 is #5F349A. Grayscale: #B2B2B2. Windows color (decimal): -6239387 or 6671264. OLE color: 6671264.

HSL color Cylindrical-coordinate representation of color #A0CB65: hue angle of 85.29º 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 #A0CB65 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB160203101-
CMYK0.2100.500.20
HSL85.29º49.51%59.61%-
HSV(B)85.29º50.25%79.61%-
XYZ38.251.1320.17-
YUV178.5284.25114.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=34.48%
G=43.75%
B=21.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602031010.2100.500.2085.2949.5159.61
HexA0CB65150321455323c
Octal24031314525062241256274
Binary10100000110010111100101101010110010101001010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CB65; }

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

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

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

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

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

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

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

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