Html Css Color HEX #96BD93 Dark Sea Green

📋 copy color: '#96BD93'

red 150 ◦ green 189 ◦ blue 147

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

Shades of Dark Sea Green #96BD93

Tints of Dark Sea Green #96BD93

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

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

R = 30.86%
G = 38.89%
B = 30.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#96BD93 (or 0x96BD93) is known color: Dark Sea Green. HEX triplet: 96, BD and 93. RGB value is (150,189,147). Sum of RGB (Red+Green+Blue) = 150+189+147=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BD93 is #69426C. Grayscale: #ACACAC. Windows color (decimal): -6898285 or 9682326. OLE color: 9682326.

HSL color Cylindrical-coordinate representation of color #96BD93: hue angle of 115.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BD93 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 189 147 -
CMYK 0.21 0 0.22 0.26
HSL 115.71º 0.24% 0.66% -
HSV(B) 115.71º 0.22% 0.74% -
XYZ 36.04 44.99 34.39 -
YUV 172.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 150 189 147 0.21 0 0.22 0.26 115.71 0.24 0.66
Hex 96 BD 93 15 0 16 1A 74 18 42
Octal 226 275 223 25 0 26 32 164 30 102
Binary 10010110 10111101 10010011 10101 0 10110 11010 1110100 11000 1000010

Color Harmonies of #96BD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BD93

Black with #96BD93

Text Example


Text Example

White with #96BD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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