Html Css Color HEX #9BBF9A Dark Sea Green

📋 copy color: '#9BBF9A'

red 155 ◦ green 191 ◦ blue 154

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

Shades of Dark Sea Green #9BBF9A

Tints of Dark Sea Green #9BBF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 31%
G = 38.2%
B = 30.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#9BBF9A (or 0x9BBF9A) is known color: Dark Sea Green. HEX triplet: 9B, BF and 9A. RGB value is (155,191,154). Sum of RGB (Red+Green+Blue) = 155+191+154=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF9A is #644065. Grayscale: #B0B0B0. Windows color (decimal): -6570086 or 10141595. OLE color: 10141595.

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

Color convert

RGB 155 191 154 -
CMYK 0.19 0 0.19 0.25
HSL 118.38º 0.22% 0.68% -
HSV(B) 118.38º 0.19% 0.75% -
XYZ 37.98 46.56 37.56 -
YUV 176.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 155 191 154 0.19 0 0.19 0.25 118.38 0.22 0.68
Hex 9B BF 9A 13 0 13 19 76 16 44
Octal 233 277 232 23 0 23 31 166 26 104
Binary 10011011 10111111 10011010 10011 0 10011 11001 1110110 10110 1000100

Color Harmonies of #9BBF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF9A

Black with #9BBF9A

Text Example


Text Example

White with #9BBF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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