Html Css Color HEX #9BBA9B Dark Sea Green

📋 copy color: '#9BBA9B'

red 155 ◦ green 186 ◦ blue 155

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

Shades of Dark Sea Green #9BBA9B

Tints of Dark Sea Green #9BBA9B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

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

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#9BBA9B (or 0x9BBA9B) is known color: Dark Sea Green. HEX triplet: 9B, BA and 9B. RGB value is (155,186,155). Sum of RGB (Red+Green+Blue) = 155+186+155=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA9B is #644564. Grayscale: #ADADAD. Windows color (decimal): -6571365 or 10205851. OLE color: 10205851.

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

Color convert

RGB 155 186 155 -
CMYK 0.17 0 0.17 0.27
HSL 120º 0.18% 0.67% -
HSV(B) 120º 0.17% 0.73% -
XYZ 36.99 44.45 37.64 -
YUV 173.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 155 186 155 0.17 0 0.17 0.27 120 0.18 0.67
Hex 9B BA 9B 11 0 11 1B 78 12 43
Octal 233 272 233 21 0 21 33 170 22 103
Binary 10011011 10111010 10011011 10001 0 10001 11011 1111000 10010 1000011

Color Harmonies of #9BBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA9B

Black with #9BBA9B

Text Example


Text Example

White with #9BBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,155); }

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

background-color css

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

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

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

border-color css

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

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

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