#A5CB6D

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

Shades of Olivine #A5CB6D

Tints of Olivine #A5CB6D

Color information

#A5CB6D (or 0xA5CB6D) is unknown color: approx Olivine. HEX triplet: A5, CB and 6D. RGB value is (165,203,109). Sum of RGB (Red+Green+Blue) = 165+203+109=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB6D is #5A3492. Grayscale: #B5B5B5. Windows color (decimal): -5911699 or 7195557. OLE color: 7195557.

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

Color convert

RGB165203109-
CMYK0.1900.460.20
HSL84.26º47.47%61.18%-
HSV(B)84.26º46.31%79.61%-
XYZ39.6351.8222.38-
YUV180.9287.41116.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 203 (79.69% from 255) = 42.56%
BLUE value IS 109 (42.97% from 255) = 22.85%
R=34.59%
G=42.56%
B=22.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031090.1900.460.2084.2647.4761.18
HexA5CB6D1302E14542f3d
Octal24531315523056241245775
Binary10100101110010111101101100110101110101001010100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB6D; }

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

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

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

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

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

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

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

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