Html Css Color HEX #9BBD9E Dark Sea Green

📋 copy color: '#9BBD9E'

red 155 ◦ green 189 ◦ blue 158

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

Shades of Dark Sea Green #9BBD9E

Tints of Dark Sea Green #9BBD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.65%

 BLUE value IS 158 (62.11% from 255) = 31.47%

R = 30.88%
G = 37.65%
B = 31.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#9BBD9E (or 0x9BBD9E) is known color: Dark Sea Green. HEX triplet: 9B, BD and 9E. RGB value is (155,189,158). Sum of RGB (Red+Green+Blue) = 155+189+158=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD9E is #644261. Grayscale: #AFAFAF. Windows color (decimal): -6570594 or 10403227. OLE color: 10403227.

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

Color convert

RGB 155 189 158 -
CMYK 0.18 0 0.16 0.26
HSL 125.29º 0.2% 0.67% -
HSV(B) 125.29º 0.18% 0.74% -
XYZ 37.89 45.83 39.2 -
YUV 175.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 155 189 158 0.18 0 0.16 0.26 125.29 0.2 0.67
Hex 9B BD 9E 12 0 10 1A 7D 14 43
Octal 233 275 236 22 0 20 32 175 24 103
Binary 10011011 10111101 10011110 10010 0 10000 11010 1111101 10100 1000011

Color Harmonies of #9BBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD9E

Black with #9BBD9E

Text Example


Text Example

White with #9BBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,158); }

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

background-color css

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

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

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

border-color css

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

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

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