#A5CC6B

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

Shades of Olivine #A5CC6B

Tints of Olivine #A5CC6B

Color information

#A5CC6B (or 0xA5CC6B) is unknown color: approx Olivine. HEX triplet: A5, CC and 6B. RGB value is (165,204,107). Sum of RGB (Red+Green+Blue) = 165+204+107=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC6B is #5A3394. Grayscale: #B5B5B5. Windows color (decimal): -5911445 or 7064741. OLE color: 7064741.

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

Color convert

RGB165204107-
CMYK0.1900.480.2
HSL84.12º48.74%60.98%-
HSV(B)84.12º47.55%80%-
XYZ39.7652.2521.9-
YUV181.2886.08116.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 22.48%
R=34.66%
G=42.86%
B=22.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041070.1900.480.284.1248.7460.98
HexA5CC6B130301454313d
Octal24531415323060241246175
Binary10100101110011001101011100110110000101001010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC6B; }

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

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

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

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

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

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

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

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