Html Css Color HEX #9BBF9C Dark Sea Green

📋 copy color: '#9BBF9C'

red 155 ◦ green 191 ◦ blue 156

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

Shades of Dark Sea Green #9BBF9C

Tints of Dark Sea Green #9BBF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

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

R = 30.88%
G = 38.05%
B = 31.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#9BBF9C (or 0x9BBF9C) is known color: Dark Sea Green. HEX triplet: 9B, BF and 9C. RGB value is (155,191,156). Sum of RGB (Red+Green+Blue) = 155+191+156=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF9C is #644063. Grayscale: #B0B0B0. Windows color (decimal): -6570084 or 10272667. OLE color: 10272667.

HSL color Cylindrical-coordinate representation of color #9BBF9C: hue angle of 121.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BBF9C is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 191 156 -
CMYK 0.19 0 0.18 0.25
HSL 121.67º 0.22% 0.68% -
HSV(B) 121.67º 0.19% 0.75% -
XYZ 38.15 46.63 38.44 -
YUV 176.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 155 191 156 0.19 0 0.18 0.25 121.67 0.22 0.68
Hex 9B BF 9C 13 0 12 19 7A 16 44
Octal 233 277 234 23 0 22 31 172 26 104
Binary 10011011 10111111 10011100 10011 0 10010 11001 1111010 10110 1000100

Color Harmonies of #9BBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF9C

Black with #9BBF9C

Text Example


Text Example

White with #9BBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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