Html Css Color HEX #9BBC9B Dark Sea Green

📋 copy color: '#9BBC9B'

red 155 ◦ green 188 ◦ blue 155

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

Shades of Dark Sea Green #9BBC9B

Tints of Dark Sea Green #9BBC9B

RGB

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

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

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

R = 31.12%
G = 37.75%
B = 31.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#9BBC9B (or 0x9BBC9B) is known color: Dark Sea Green. HEX triplet: 9B, BC and 9B. RGB value is (155,188,155). Sum of RGB (Red+Green+Blue) = 155+188+155=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9B is #644364. Grayscale: #AEAEAE. Windows color (decimal): -6570853 or 10206363. OLE color: 10206363.

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

Color convert

RGB 155 188 155 -
CMYK 0.18 0 0.18 0.26
HSL 120º 0.2% 0.67% -
HSV(B) 120º 0.18% 0.74% -
XYZ 37.42 45.3 37.78 -
YUV 174.37 117.07 114.18 -
System Red Green Blue C M Y K H S L
Decimal 155 188 155 0.18 0 0.18 0.26 120 0.2 0.67
Hex 9B BC 9B 12 0 12 1A 78 14 43
Octal 233 274 233 22 0 22 32 170 24 103
Binary 10011011 10111100 10011011 10010 0 10010 11010 1111000 10100 1000011

Color Harmonies of #9BBC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC9B

Black with #9BBC9B

Text Example


Text Example

White with #9BBC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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