#A5CB65

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

Shades of Olivine #A5CB65

Tints of Olivine #A5CB65

Color information

#A5CB65 (or 0xA5CB65) is unknown color: approx Olivine. HEX triplet: A5, CB and 65. RGB value is (165,203,101). Sum of RGB (Red+Green+Blue) = 165+203+101=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB65 is #5A349A. Grayscale: #B4B4B4. Windows color (decimal): -5911707 or 6671269. OLE color: 6671269.

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

Color convert

RGB165203101-
CMYK0.1900.500.20
HSL82.35º49.51%59.61%-
HSV(B)82.35º50.25%79.61%-
XYZ39.2251.6520.21-
YUV180.0183.41117.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.18%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=35.18%
G=43.28%
B=21.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031010.1900.500.2082.3549.5159.61
HexA5CB65130321452323c
Octal24531314523062241226274
Binary10100101110010111100101100110110010101001010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB65; }

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

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

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

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

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

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

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

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