Html Css Color HEX #96C096 Dark Sea Green

📋 copy color: '#96C096'

red 150 ◦ green 192 ◦ blue 150

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

Shades of Dark Sea Green #96C096

Tints of Dark Sea Green #96C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.02%

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

R = 30.49%
G = 39.02%
B = 30.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#96C096 (or 0x96C096) is known color: Dark Sea Green. HEX triplet: 96, C0 and 96. RGB value is (150,192,150). Sum of RGB (Red+Green+Blue) = 150+192+150=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #96C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C096 is #693F69. Grayscale: #AEAEAE. Windows color (decimal): -6897514 or 9879702. OLE color: 9879702.

HSL color Cylindrical-coordinate representation of color #96C096: hue angle of 120º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C096 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 150 -
CMYK 0.22 0 0.22 0.25
HSL 120º 0.25% 0.67% -
HSV(B) 120º 0.22% 0.75% -
XYZ 36.93 46.39 35.86 -
YUV 174.65 114.09 110.42 -
System Red Green Blue C M Y K H S L
Decimal 150 192 150 0.22 0 0.22 0.25 120 0.25 0.67
Hex 96 C0 96 16 0 16 19 78 19 43
Octal 226 300 226 26 0 26 31 170 31 103
Binary 10010110 11000000 10010110 10110 0 10110 11001 1111000 11001 1000011

Color Harmonies of #96C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C096

Black with #96C096

Text Example


Text Example

White with #96C096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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