#A5C376

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

Shades of Olivine #A5C376

Tints of Olivine #A5C376

Color information

#A5C376 (or 0xA5C376) is unknown color: approx Olivine. HEX triplet: A5, C3 and 76. RGB value is (165,195,118). Sum of RGB (Red+Green+Blue) = 165+195+118=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C376 is #5A3C89. Grayscale: #B1B1B1. Windows color (decimal): -5913738 or 7783333. OLE color: 7783333.

HSL color Cylindrical-coordinate representation of color #A5C376: hue angle of 83.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5C376 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB165195118-
CMYK0.1500.390.24
HSL83.38º39.09%61.37%-
HSV(B)83.38º39.49%76.47%-
XYZ38.348.3424.45-
YUV177.2594.56119.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.52%
GREEN value IS 195 (76.56% from 255) = 40.79%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=34.52%
G=40.79%
B=24.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951180.1500.390.2483.3839.0961.37
HexA5C376F0271853273d
Octal24530316617047301234775
Binary1010010111000011111011011110100111110001010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C376; }

 p { color: rgb(165,195,118); }

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

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

 a { background-color: rgb(165,195,118); }

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

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

 span { border-color: rgb(165,195,118); }

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