Html Css Color HEX #9BB49C Dark Sea Green

📋 copy color: '#9BB49C'

red 155 ◦ green 180 ◦ blue 156

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

Shades of Dark Sea Green #9BB49C

Tints of Dark Sea Green #9BB49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

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

R = 31.57%
G = 36.66%
B = 31.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9BB49C (or 0x9BB49C) is known color: Dark Sea Green. HEX triplet: 9B, B4 and 9C. RGB value is (155,180,156). Sum of RGB (Red+Green+Blue) = 155+180+156=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49C is #644B63. Grayscale: #A9A9A9. Windows color (decimal): -6572900 or 10269851. OLE color: 10269851.

HSL color Cylindrical-coordinate representation of color #9BB49C: hue angle of 122.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB49C is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 156 -
CMYK 0.14 0 0.13 0.29
HSL 122.4º 0.14% 0.66% -
HSV(B) 122.4º 0.14% 0.71% -
XYZ 35.84 42.01 37.67 -
YUV 169.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 155 180 156 0.14 0 0.13 0.29 122.4 0.14 0.66
Hex 9B B4 9C E 0 D 1D 7A E 42
Octal 233 264 234 16 0 15 35 172 16 102
Binary 10011011 10110100 10011100 1110 0 1101 11101 1111010 1110 1000010

Color Harmonies of #9BB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB49C

Black with #9BB49C

Text Example


Text Example

White with #9BB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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