Html Css Color HEX #96C262 Olivine

📋 copy color: '#96C262'

red 150 ◦ green 194 ◦ blue 98

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

Shades of Olivine #96C262

Tints of Olivine #96C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 98 (38.67% from 255) = 22.17%

R = 33.94%
G = 43.89%
B = 22.17%

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

#96C262 (or 0x96C262) is known color: Olivine. HEX triplet: 96, C2 and 62. RGB value is (150,194,98). Sum of RGB (Red+Green+Blue) = 150+194+98=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #96C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C262 is #693D9D. Grayscale: #AAAAAA. Windows color (decimal): -6897054 or 6472342. OLE color: 6472342.

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

Color convert

RGB 150 194 98 -
CMYK 0.23 0 0.49 0.24
HSL 87.5º 0.44% 0.57% -
HSV(B) 87.5º 0.49% 0.76% -
XYZ 34.07 45.95 18.63 -
YUV 169.9 87.42 113.81 -
System Red Green Blue C M Y K H S L
Decimal 150 194 98 0.23 0 0.49 0.24 87.5 0.44 0.57
Hex 96 C2 62 17 0 31 18 57 2C 39
Octal 226 302 142 27 0 61 30 127 54 71
Binary 10010110 11000010 1100010 10111 0 110001 11000 1010111 101100 111001

Color Harmonies of #96C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C262

Black with #96C262

Text Example


Text Example

White with #96C262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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