Html Css Color HEX #9BB99C Dark Sea Green

📋 copy color: '#9BB99C'

red 155 ◦ green 185 ◦ blue 156

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

Shades of Dark Sea Green #9BB99C

Tints of Dark Sea Green #9BB99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 31.25%
G = 37.3%
B = 31.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#9BB99C (or 0x9BB99C) is known color: Dark Sea Green. HEX triplet: 9B, B9 and 9C. RGB value is (155,185,156). Sum of RGB (Red+Green+Blue) = 155+185+156=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB99C is #644663. Grayscale: #ACACAC. Windows color (decimal): -6571620 or 10271131. OLE color: 10271131.

HSL color Cylindrical-coordinate representation of color #9BB99C: hue angle of 122º 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 #9BB99C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 156 -
CMYK 0.16 0 0.16 0.27
HSL 122º 0.18% 0.67% -
HSV(B) 122º 0.16% 0.73% -
XYZ 36.87 44.07 38.02 -
YUV 172.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 155 185 156 0.16 0 0.16 0.27 122 0.18 0.67
Hex 9B B9 9C 10 0 10 1B 7A 12 43
Octal 233 271 234 20 0 20 33 172 22 103
Binary 10011011 10111001 10011100 10000 0 10000 11011 1111010 10010 1000011

Color Harmonies of #9BB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB99C

Black with #9BB99C

Text Example


Text Example

White with #9BB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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