Html Css Color HEX #96C495 Dark Sea Green

📋 copy color: '#96C495'

red 150 ◦ green 196 ◦ blue 149

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

Shades of Dark Sea Green #96C495

Tints of Dark Sea Green #96C495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.6%

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 30.3%
G = 39.6%
B = 30.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#96C495 (or 0x96C495) is known color: Dark Sea Green. HEX triplet: 96, C4 and 95. RGB value is (150,196,149). Sum of RGB (Red+Green+Blue) = 150+196+149=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #96C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C495 is #693B6A. Grayscale: #B1B1B1. Windows color (decimal): -6896491 or 9815190. OLE color: 9815190.

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

Color convert

RGB 150 196 149 -
CMYK 0.23 0 0.24 0.23
HSL 118.72º 0.28% 0.68% -
HSV(B) 118.72º 0.24% 0.77% -
XYZ 37.74 48.13 35.74 -
YUV 176.89 112.26 108.82 -
System Red Green Blue C M Y K H S L
Decimal 150 196 149 0.23 0 0.24 0.23 118.72 0.28 0.68
Hex 96 C4 95 17 0 18 17 77 1C 44
Octal 226 304 225 27 0 30 27 167 34 104
Binary 10010110 11000100 10010101 10111 0 11000 10111 1110111 11100 1000100

Color Harmonies of #96C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C495

Black with #96C495

Text Example


Text Example

White with #96C495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,149); }

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

background-color css

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

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

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

border-color css

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

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

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