Html Css Color HEX #96CC92 Dark Sea Green

📋 copy color: '#96CC92'

red 150 ◦ green 204 ◦ blue 146

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

Shades of Dark Sea Green #96CC92

Tints of Dark Sea Green #96CC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

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

R = 30%
G = 40.8%
B = 29.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#96CC92 (or 0x96CC92) is known color: Dark Sea Green. HEX triplet: 96, CC and 92. RGB value is (150,204,146). Sum of RGB (Red+Green+Blue) = 150+204+146=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC92 is #69336D. Grayscale: #B5B5B5. Windows color (decimal): -6894446 or 9620630. OLE color: 9620630.

HSL color Cylindrical-coordinate representation of color #96CC92: hue angle of 115.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CC92 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 146 -
CMYK 0.26 0 0.28 0.2
HSL 115.86º 0.36% 0.69% -
HSV(B) 115.86º 0.28% 0.8% -
XYZ 39.36 51.75 35.11 -
YUV 181.24 108.11 105.72 -
System Red Green Blue C M Y K H S L
Decimal 150 204 146 0.26 0 0.28 0.2 115.86 0.36 0.69
Hex 96 CC 92 1A 0 1C 14 74 24 45
Octal 226 314 222 32 0 34 24 164 44 105
Binary 10010110 11001100 10010010 11010 0 11100 10100 1110100 100100 1000101

Color Harmonies of #96CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC92

Black with #96CC92

Text Example


Text Example

White with #96CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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