#A5CD6B

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

Shades of Olivine #A5CD6B

Tints of Olivine #A5CD6B

Color information

#A5CD6B (or 0xA5CD6B) is unknown color: approx Olivine. HEX triplet: A5, CD and 6B. RGB value is (165,205,107). Sum of RGB (Red+Green+Blue) = 165+205+107=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD6B is #5A3294. Grayscale: #B6B6B6. Windows color (decimal): -5911189 or 7064997. OLE color: 7064997.

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

Color convert

RGB165205107-
CMYK0.2000.480.20
HSL84.49º49.49%61.18%-
HSV(B)84.49º47.8%80.39%-
XYZ4052.7221.98-
YUV181.8785.75115.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.59%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 107 (42.19% from 255) = 22.43%
R=34.59%
G=42.98%
B=22.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051070.2000.480.2084.4949.4961.18
HexA5CD6B140301454313d
Octal24531515324060241246175
Binary10100101110011011101011101000110000101001010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD6B; }

 p { color: rgb(165,205,107); }

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

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

 a { background-color: rgb(165,205,107); }

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

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

 span { border-color: rgb(165,205,107); }

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