Html Css Color HEX #96BB96 Dark Sea Green

📋 copy color: '#96BB96'

red 150 ◦ green 187 ◦ blue 150

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

Shades of Dark Sea Green #96BB96

Tints of Dark Sea Green #96BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.4%

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

R = 30.8%
G = 38.4%
B = 30.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#96BB96 (or 0x96BB96) is known color: Dark Sea Green. HEX triplet: 96, BB and 96. RGB value is (150,187,150). Sum of RGB (Red+Green+Blue) = 150+187+150=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB96 is #694469. Grayscale: #ABABAB. Windows color (decimal): -6898794 or 9878422. OLE color: 9878422.

HSL color Cylindrical-coordinate representation of color #96BB96: hue angle of 120º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BB96 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 150 -
CMYK 0.20 0 0.20 0.27
HSL 120º 0.21% 0.66% -
HSV(B) 120º 0.2% 0.73% -
XYZ 35.85 44.23 35.5 -
YUV 171.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 150 187 150 0.20 0 0.20 0.27 120 0.21 0.66
Hex 96 BB 96 14 0 14 1B 78 15 42
Octal 226 273 226 24 0 24 33 170 25 102
Binary 10010110 10111011 10010110 10100 0 10100 11011 1111000 10101 1000010

Color Harmonies of #96BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB96

Black with #96BB96

Text Example


Text Example

White with #96BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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