Html Css Color HEX #96B592 Dark Sea Green

📋 copy color: '#96B592'

red 150 ◦ green 181 ◦ blue 146

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

Shades of Dark Sea Green #96B592

Tints of Dark Sea Green #96B592

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.95%

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

R = 31.45%
G = 37.95%
B = 30.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#96B592 (or 0x96B592) is known color: Dark Sea Green. HEX triplet: 96, B5 and 92. RGB value is (150,181,146). Sum of RGB (Red+Green+Blue) = 150+181+146=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #96B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B592 is #694A6D. Grayscale: #A7A7A7. Windows color (decimal): -6900334 or 9614742. OLE color: 9614742.

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

Color convert

RGB 150 181 146 -
CMYK 0.17 0 0.19 0.29
HSL 113.14º 0.19% 0.64% -
HSV(B) 113.14º 0.19% 0.71% -
XYZ 34.29 41.61 33.42 -
YUV 167.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 150 181 146 0.17 0 0.19 0.29 113.14 0.19 0.64
Hex 96 B5 92 11 0 13 1D 71 13 40
Octal 226 265 222 21 0 23 35 161 23 100
Binary 10010110 10110101 10010010 10001 0 10011 11101 1110001 10011 1000000

Color Harmonies of #96B592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B592

Black with #96B592

Text Example


Text Example

White with #96B592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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