#96BE62

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

Shades of Olivine #96BE62

Tints of Olivine #96BE62

Color information

#96BE62 (or 0x96BE62) is unknown color: approx Olivine. HEX triplet: 96, BE and 62. RGB value is (150,190,98). Sum of RGB (Red+Green+Blue) = 150+190+98=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE62 is #69419D. Grayscale: #A7A7A7. Windows color (decimal): -6898078 or 6471318. OLE color: 6471318.

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

Color convert

RGB15019098-
CMYK0.2100.480.25
HSL86.09º41.44%56.47%-
HSV(B)86.09º48.42%74.51%-
XYZ33.244.1918.34-
YUV167.5588.75115.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=34.25%
G=43.38%
B=22.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190980.2100.480.2586.0941.4456.47
Hex96BE621503019562938
Octal22627614225060311265170
Binary10010110101111101100010101010110000110011010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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