Html Css Color HEX #96CB92 Dark Sea Green

📋 copy color: '#96CB92'

red 150 ◦ green 203 ◦ blue 146

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

Shades of Dark Sea Green #96CB92

Tints of Dark Sea Green #96CB92

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.68%

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

R = 30.06%
G = 40.68%
B = 29.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#96CB92 (or 0x96CB92) is known color: Dark Sea Green. HEX triplet: 96, CB and 92. RGB value is (150,203,146). Sum of RGB (Red+Green+Blue) = 150+203+146=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CB92 is #69346D. Grayscale: #B4B4B4. Windows color (decimal): -6894702 or 9620374. OLE color: 9620374.

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

Color convert

RGB 150 203 146 -
CMYK 0.26 0 0.28 0.20
HSL 115.79º 0.35% 0.68% -
HSV(B) 115.79º 0.28% 0.8% -
XYZ 39.12 51.27 35.03 -
YUV 180.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 150 203 146 0.26 0 0.28 0.20 115.79 0.35 0.68
Hex 96 CB 92 1A 0 1C 14 74 23 44
Octal 226 313 222 32 0 34 24 164 43 104
Binary 10010110 11001011 10010010 11010 0 11100 10100 1110100 100011 1000100

Color Harmonies of #96CB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB92

Black with #96CB92

Text Example


Text Example

White with #96CB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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