#95C36C

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

Shades of Olivine #95C36C

Tints of Olivine #95C36C

Color information

#95C36C (or 0x95C36C) is unknown color: approx Olivine. HEX triplet: 95, C3 and 6C. RGB value is (149,195,108). Sum of RGB (Red+Green+Blue) = 149+195+108=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #95C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C36C is #6A3C93. Grayscale: #ABABAB. Windows color (decimal): -6962324 or 7127957. OLE color: 7127957.

HSL color Cylindrical-coordinate representation of color #95C36C: hue angle of 91.72º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95C36C is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB149195108-
CMYK0.2400.450.24
HSL91.72º42.03%59.41%-
HSV(B)91.72º44.62%76.47%-
XYZ34.6246.521.34-
YUV171.3392.26112.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=32.96%
G=43.14%
B=23.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491951080.2400.450.2491.7242.0359.41
Hex95C36C1802D185c2a3b
Octal22530315430055301345273
Binary10010101110000111101100110000101101110001011100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95C36C; }

 p { color: rgb(149,195,108); }

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

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

 a { background-color: rgb(149,195,108); }

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

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

 span { border-color: rgb(149,195,108); }

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