#95BE6C

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

Shades of Olivine #95BE6C

Tints of Olivine #95BE6C

Color information

#95BE6C (or 0x95BE6C) is unknown color: approx Olivine. HEX triplet: 95, BE and 6C. RGB value is (149,190,108). Sum of RGB (Red+Green+Blue) = 149+190+108=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #95BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BE6C is #6A4193. Grayscale: #A8A8A8. Windows color (decimal): -6963604 or 7126677. OLE color: 7126677.

HSL color Cylindrical-coordinate representation of color #95BE6C: hue angle of 90º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95BE6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB149190108-
CMYK0.2200.430.25
HSL90º38.68%58.43%-
HSV(B)90º43.16%74.51%-
XYZ33.5144.320.97-
YUV168.3993.92114.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=33.33%
G=42.51%
B=24.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491901080.2200.430.259038.6858.43
Hex95BE6C1602B195a273a
Octal22527615426053311324772
Binary10010101101111101101100101100101011110011011010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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