Html Css Color HEX #99CB96 Dark Sea Green

📋 copy color: '#99CB96'

red 153 ◦ green 203 ◦ blue 150

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

Shades of Dark Sea Green #99CB96

Tints of Dark Sea Green #99CB96

RGB

 RED value IS 153 (60.16% from 255) = 30.24%

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

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 30.24%
G = 40.12%
B = 29.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#99CB96 (or 0x99CB96) is known color: Dark Sea Green. HEX triplet: 99, CB and 96. RGB value is (153,203,150). Sum of RGB (Red+Green+Blue) = 153+203+150=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CB96 is #663469. Grayscale: #B6B6B6. Windows color (decimal): -6698090 or 9882521. OLE color: 9882521.

HSL color Cylindrical-coordinate representation of color #99CB96: hue angle of 116.6º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CB96 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 203 150 -
CMYK 0.25 0 0.26 0.20
HSL 116.6º 0.34% 0.69% -
HSV(B) 116.6º 0.26% 0.8% -
XYZ 40 51.69 36.72 -
YUV 182.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 153 203 150 0.25 0 0.26 0.20 116.6 0.34 0.69
Hex 99 CB 96 19 0 1A 14 75 22 45
Octal 231 313 226 31 0 32 24 165 42 105
Binary 10011001 11001011 10010110 11001 0 11010 10100 1110101 100010 1000101

Color Harmonies of #99CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CB96

Black with #99CB96

Text Example


Text Example

White with #99CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CB96; }

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

 H1.HeaderClassName
 {
   color: #99CB96;
 }
 .AnyTagClassName
 {
   color: #99CB96;
 }
</style>

background-color css

<style>
 a { background-color: #99CB96; }

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

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

border-color css

<style>
 span { border-color: #99CB96; }

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

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