Html Css Color HEX #96B493 Dark Sea Green

📋 copy color: '#96B493'

red 150 ◦ green 180 ◦ blue 147

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

Shades of Dark Sea Green #96B493

Tints of Dark Sea Green #96B493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.74%

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 31.45%
G = 37.74%
B = 30.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#96B493 (or 0x96B493) is known color: Dark Sea Green. HEX triplet: 96, B4 and 93. RGB value is (150,180,147). Sum of RGB (Red+Green+Blue) = 150+180+147=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #96B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B493 is #694B6C. Grayscale: #A7A7A7. Windows color (decimal): -6900589 or 9680022. OLE color: 9680022.

HSL color Cylindrical-coordinate representation of color #96B493: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B493 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 180 147 -
CMYK 0.17 0 0.18 0.29
HSL 114.55º 0.18% 0.64% -
HSV(B) 114.55º 0.18% 0.71% -
XYZ 34.17 41.23 33.76 -
YUV 167.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 150 180 147 0.17 0 0.18 0.29 114.55 0.18 0.64
Hex 96 B4 93 11 0 12 1D 73 12 40
Octal 226 264 223 21 0 22 35 163 22 100
Binary 10010110 10110100 10010011 10001 0 10010 11101 1110011 10010 1000000

Color Harmonies of #96B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B493

Black with #96B493

Text Example


Text Example

White with #96B493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,180,147); }

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

background-color css

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

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

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

border-color css

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

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

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