Html Css Color HEX #96BA92 Dark Sea Green

📋 copy color: '#96BA92'

red 150 ◦ green 186 ◦ blue 146

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

Shades of Dark Sea Green #96BA92

Tints of Dark Sea Green #96BA92

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 31.12%
G = 38.59%
B = 30.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#96BA92 (or 0x96BA92) is known color: Dark Sea Green. HEX triplet: 96, BA and 92. RGB value is (150,186,146). Sum of RGB (Red+Green+Blue) = 150+186+146=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA92 is #69456D. Grayscale: #AAAAAA. Windows color (decimal): -6899054 or 9616022. OLE color: 9616022.

HSL color Cylindrical-coordinate representation of color #96BA92: hue angle of 114º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BA92 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 186 146 -
CMYK 0.19 0 0.22 0.27
HSL 114º 0.22% 0.65% -
HSV(B) 114º 0.22% 0.73% -
XYZ 35.32 43.68 33.76 -
YUV 170.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 150 186 146 0.19 0 0.22 0.27 114 0.22 0.65
Hex 96 BA 92 13 0 16 1B 72 16 41
Octal 226 272 222 23 0 26 33 162 26 101
Binary 10010110 10111010 10010010 10011 0 10110 11011 1110010 10110 1000001

Color Harmonies of #96BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA92

Black with #96BA92

Text Example


Text Example

White with #96BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,186,146); }

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

background-color css

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

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

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

border-color css

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

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

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