#95CE6C

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

Shades of Olivine #95CE6C

Tints of Olivine #95CE6C

Color information

#95CE6C (or 0x95CE6C) is unknown color: approx Olivine. HEX triplet: 95, CE and 6C. RGB value is (149,206,108). Sum of RGB (Red+Green+Blue) = 149+206+108=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #95CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CE6C is #6A3193. Grayscale: #B2B2B2. Windows color (decimal): -6959508 or 7130773. OLE color: 7130773.

HSL color Cylindrical-coordinate representation of color #95CE6C: hue angle of 94.9º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95CE6C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB149206108-
CMYK0.2800.480.19
HSL94.9º50%61.57%-
HSV(B)94.9º47.57%80.78%-
XYZ37.1751.6122.19-
YUV177.7888.62107.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=32.18%
G=44.49%
B=23.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1492061080.2800.480.1994.95061.57
Hex95CE6C1C030135f323e
Octal22531615434060231376276
Binary10010101110011101101100111000110000100111011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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