Html Css Color HEX #96B963 Olivine

📋 copy color: '#96B963'

red 150 ◦ green 185 ◦ blue 99

#96B963
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #96B963

Tints of Olivine #96B963

RGB

 RED value IS 150 (58.98% from 255) = 34.56%

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 99 (39.06% from 255) = 22.81%

R = 34.56%
G = 42.63%
B = 22.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#96B963 (or 0x96B963) is known color: Olivine. HEX triplet: 96, B9 and 63. RGB value is (150,185,99). Sum of RGB (Red+Green+Blue) = 150+185+99=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #96B963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B963 is #69469C. Grayscale: #A5A5A5. Windows color (decimal): -6899357 or 6535574. OLE color: 6535574.

HSL color Cylindrical-coordinate representation of color #96B963: hue angle of 84.42º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96B963 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 185 99 -
CMYK 0.19 0 0.46 0.27
HSL 84.42º 0.38% 0.56% -
HSV(B) 84.42º 0.46% 0.73% -
XYZ 32.18 42.08 18.23 -
YUV 164.73 90.9 117.49 -
System Red Green Blue C M Y K H S L
Decimal 150 185 99 0.19 0 0.46 0.27 84.42 0.38 0.56
Hex 96 B9 63 13 0 2E 1B 54 26 38
Octal 226 271 143 23 0 56 33 124 46 70
Binary 10010110 10111001 1100011 10011 0 101110 11011 1010100 100110 111000

Color Harmonies of #96B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B963

Black with #96B963

Text Example


Text Example

White with #96B963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,99); }

 H1.HeaderClassName
 {
   color: #96B963;
 }
 .AnyTagClassName
 {
   color: #96B963;
 }
</style>

background-color css

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

 a { background-color: rgb(150,185,99); }

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

border-color css

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

 span { border-color: rgb(150,185,99); }

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