Html Css Color HEX #96C364 Olivine

📋 copy color: '#96C364'

red 150 ◦ green 195 ◦ blue 100

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

Shades of Olivine #96C364

Tints of Olivine #96C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 33.71%
G = 43.82%
B = 22.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#96C364 (or 0x96C364) is known color: Olivine. HEX triplet: 96, C3 and 64. RGB value is (150,195,100). Sum of RGB (Red+Green+Blue) = 150+195+100=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #96C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C364 is #693C9B. Grayscale: #ABABAB. Windows color (decimal): -6896796 or 6603670. OLE color: 6603670.

HSL color Cylindrical-coordinate representation of color #96C364: hue angle of 88.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96C364 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 195 100 -
CMYK 0.23 0 0.49 0.24
HSL 88.42º 0.44% 0.58% -
HSV(B) 88.42º 0.49% 0.76% -
XYZ 34.39 46.43 19.21 -
YUV 170.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 150 195 100 0.23 0 0.49 0.24 88.42 0.44 0.58
Hex 96 C3 64 17 0 31 18 58 2C 3A
Octal 226 303 144 27 0 61 30 130 54 72
Binary 10010110 11000011 1100100 10111 0 110001 11000 1011000 101100 111010

Color Harmonies of #96C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C364

Black with #96C364

Text Example


Text Example

White with #96C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,195,100); }

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

background-color css

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

 a { background-color: rgb(150,195,100); }

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

border-color css

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

 span { border-color: rgb(150,195,100); }

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