Html Css Color HEX #9BBC9F Dark Sea Green

📋 copy color: '#9BBC9F'

red 155 ◦ green 188 ◦ blue 159

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

Shades of Dark Sea Green #9BBC9F

Tints of Dark Sea Green #9BBC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.45%

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 30.88%
G = 37.45%
B = 31.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#9BBC9F (or 0x9BBC9F) is known color: Dark Sea Green. HEX triplet: 9B, BC and 9F. RGB value is (155,188,159). Sum of RGB (Red+Green+Blue) = 155+188+159=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9F is #644360. Grayscale: #AEAEAE. Windows color (decimal): -6570849 or 10468507. OLE color: 10468507.

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

Color convert

RGB 155 188 159 -
CMYK 0.18 0 0.15 0.26
HSL 127.27º 0.2% 0.67% -
HSV(B) 127.27º 0.18% 0.74% -
XYZ 37.76 45.44 39.58 -
YUV 174.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 155 188 159 0.18 0 0.15 0.26 127.27 0.2 0.67
Hex 9B BC 9F 12 0 F 1A 7F 14 43
Octal 233 274 237 22 0 17 32 177 24 103
Binary 10011011 10111100 10011111 10010 0 1111 11010 1111111 10100 1000011

Color Harmonies of #9BBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC9F

Black with #9BBC9F

Text Example


Text Example

White with #9BBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,159); }

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

background-color css

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

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

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

border-color css

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

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

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