Html Css Color HEX #96B898 Dark Sea Green

📋 copy color: '#96B898'

red 150 ◦ green 184 ◦ blue 152

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

Shades of Dark Sea Green #96B898

Tints of Dark Sea Green #96B898

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 30.86%
G = 37.86%
B = 31.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#96B898 (or 0x96B898) is known color: Dark Sea Green. HEX triplet: 96, B8 and 98. RGB value is (150,184,152). Sum of RGB (Red+Green+Blue) = 150+184+152=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #96B898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B898 is #694767. Grayscale: #AAAAAA. Windows color (decimal): -6899560 or 10008726. OLE color: 10008726.

HSL color Cylindrical-coordinate representation of color #96B898: hue angle of 123.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B898 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 152 -
CMYK 0.18 0 0.17 0.28
HSL 123.53º 0.19% 0.65% -
HSV(B) 123.53º 0.18% 0.72% -
XYZ 35.39 43.03 36.15 -
YUV 170.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 150 184 152 0.18 0 0.17 0.28 123.53 0.19 0.65
Hex 96 B8 98 12 0 11 1C 7C 13 41
Octal 226 270 230 22 0 21 34 174 23 101
Binary 10010110 10111000 10011000 10010 0 10001 11100 1111100 10011 1000001

Color Harmonies of #96B898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B898

Black with #96B898

Text Example


Text Example

White with #96B898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,184,152); }

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

background-color css

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

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

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

border-color css

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

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

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