Html Css Color HEX #96C56A Olivine

📋 copy color: '#96C56A'

red 150 ◦ green 197 ◦ blue 106

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

Shades of Olivine #96C56A

Tints of Olivine #96C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.49%

 BLUE value IS 106 (41.8% from 255) = 23.4%

R = 33.11%
G = 43.49%
B = 23.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#96C56A (or 0x96C56A) is known color: Olivine. HEX triplet: 96, C5 and 6A. RGB value is (150,197,106). Sum of RGB (Red+Green+Blue) = 150+197+106=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #96C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C56A is #693A95. Grayscale: #ACACAC. Windows color (decimal): -6896278 or 6997398. OLE color: 6997398.

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

Color convert

RGB 150 197 106 -
CMYK 0.24 0 0.46 0.23
HSL 90.99º 0.44% 0.59% -
HSV(B) 90.99º 0.46% 0.77% -
XYZ 35.15 47.46 20.94 -
YUV 172.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 150 197 106 0.24 0 0.46 0.23 90.99 0.44 0.59
Hex 96 C5 6A 18 0 2E 17 5B 2C 3B
Octal 226 305 152 30 0 56 27 133 54 73
Binary 10010110 11000101 1101010 11000 0 101110 10111 1011011 101100 111011

Color Harmonies of #96C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C56A

Black with #96C56A

Text Example


Text Example

White with #96C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,197,106); }

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

background-color css

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

 a { background-color: rgb(150,197,106); }

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

border-color css

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

 span { border-color: rgb(150,197,106); }

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