Html Css Color HEX #96C396 Dark Sea Green

📋 copy color: '#96C396'

red 150 ◦ green 195 ◦ blue 150

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

Shades of Dark Sea Green #96C396

Tints of Dark Sea Green #96C396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 30.3%
G = 39.39%
B = 30.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#96C396 (or 0x96C396) is known color: Dark Sea Green. HEX triplet: 96, C3 and 96. RGB value is (150,195,150). Sum of RGB (Red+Green+Blue) = 150+195+150=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #96C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C396 is #693C69. Grayscale: #B0B0B0. Windows color (decimal): -6896746 or 9880470. OLE color: 9880470.

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

Color convert

RGB 150 195 150 -
CMYK 0.23 0 0.23 0.24
HSL 120º 0.27% 0.68% -
HSV(B) 120º 0.23% 0.76% -
XYZ 37.6 47.72 36.08 -
YUV 176.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 150 195 150 0.23 0 0.23 0.24 120 0.27 0.68
Hex 96 C3 96 17 0 17 18 78 1B 44
Octal 226 303 226 27 0 27 30 170 33 104
Binary 10010110 11000011 10010110 10111 0 10111 11000 1111000 11011 1000100

Color Harmonies of #96C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C396

Black with #96C396

Text Example


Text Example

White with #96C396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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