#96BE5F

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

Shades of Olivine #96BE5F

Tints of Olivine #96BE5F

Color information

#96BE5F (or 0x96BE5F) is unknown color: approx Olivine. HEX triplet: 96, BE and 5F. RGB value is (150,190,95). Sum of RGB (Red+Green+Blue) = 150+190+95=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE5F is #6941A0. Grayscale: #A7A7A7. Windows color (decimal): -6898081 or 6274710. OLE color: 6274710.

HSL color Cylindrical-coordinate representation of color #96BE5F: hue angle of 85.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96BE5F is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB15019095-
CMYK0.2100.50.25
HSL85.26º42.22%55.88%-
HSV(B)85.26º50%74.51%-
XYZ33.0644.1417.6-
YUV167.2187.25115.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 190 (74.61% from 255) = 43.68%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=34.48%
G=43.68%
B=21.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190950.2100.50.2585.2642.2255.88
Hex96BE5F1503219552a38
Octal22627613725062311255270
Binary10010110101111101011111101010110010110011010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BE5F; }

 p { color: rgb(150,190,95); }

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

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

 a { background-color: rgb(150,190,95); }

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

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

 span { border-color: rgb(150,190,95); }

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