Html Css Color HEX #96C099 Dark Sea Green

📋 copy color: '#96C099'

red 150 ◦ green 192 ◦ blue 153

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

Shades of Dark Sea Green #96C099

Tints of Dark Sea Green #96C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 30.3%
G = 38.79%
B = 30.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#96C099 (or 0x96C099) is known color: Dark Sea Green. HEX triplet: 96, C0 and 99. RGB value is (150,192,153). Sum of RGB (Red+Green+Blue) = 150+192+153=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #96C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C099 is #693F66. Grayscale: #AFAFAF. Windows color (decimal): -6897511 or 10076310. OLE color: 10076310.

HSL color Cylindrical-coordinate representation of color #96C099: hue angle of 124.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C099 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 153 -
CMYK 0.22 0 0.20 0.25
HSL 124.29º 0.25% 0.67% -
HSV(B) 124.29º 0.22% 0.75% -
XYZ 37.18 46.48 37.15 -
YUV 175 115.59 110.17 -
System Red Green Blue C M Y K H S L
Decimal 150 192 153 0.22 0 0.20 0.25 124.29 0.25 0.67
Hex 96 C0 99 16 0 14 19 7C 19 43
Octal 226 300 231 26 0 24 31 174 31 103
Binary 10010110 11000000 10011001 10110 0 10100 11001 1111100 11001 1000011

Color Harmonies of #96C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C099

Black with #96C099

Text Example


Text Example

White with #96C099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,153); }

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

background-color css

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

 a { background-color: rgb(150,192,153); }

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

border-color css

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

 span { border-color: rgb(150,192,153); }

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