Html Css Color HEX #9BB99E Dark Sea Green

📋 copy color: '#9BB99E'

red 155 ◦ green 185 ◦ blue 158

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

Shades of Dark Sea Green #9BB99E

Tints of Dark Sea Green #9BB99E

RGB

 RED value IS 155 (60.94% from 255) = 31.12%

 GREEN value IS 185 (72.66% from 255) = 37.15%

 BLUE value IS 158 (62.11% from 255) = 31.73%

R = 31.12%
G = 37.15%
B = 31.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#9BB99E (or 0x9BB99E) is known color: Dark Sea Green. HEX triplet: 9B, B9 and 9E. RGB value is (155,185,158). Sum of RGB (Red+Green+Blue) = 155+185+158=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB99E is #644661. Grayscale: #ADADAD. Windows color (decimal): -6571618 or 10402203. OLE color: 10402203.

HSL color Cylindrical-coordinate representation of color #9BB99E: hue angle of 126º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BB99E is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 158 -
CMYK 0.16 0 0.15 0.27
HSL 126º 0.18% 0.67% -
HSV(B) 126º 0.16% 0.73% -
XYZ 37.04 44.14 38.91 -
YUV 172.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 155 185 158 0.16 0 0.15 0.27 126 0.18 0.67
Hex 9B B9 9E 10 0 F 1B 7E 12 43
Octal 233 271 236 20 0 17 33 176 22 103
Binary 10011011 10111001 10011110 10000 0 1111 11011 1111110 10010 1000011

Color Harmonies of #9BB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB99E

Black with #9BB99E

Text Example


Text Example

White with #9BB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB99E; }

 p { color: rgb(155,185,158); }

 H1.HeaderClassName
 {
   color: #9BB99E;
 }
 .AnyTagClassName
 {
   color: #9BB99E;
 }
</style>

background-color css

<style>
 a { background-color: #9BB99E; }

 a { background-color: rgb(155,185,158); }

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

border-color css

<style>
 span { border-color: #9BB99E; }

 span { border-color: rgb(155,185,158); }

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