Html Css Color HEX #9BBEBD Shadow Green

📋 copy color: '#9BBEBD'

red 155 ◦ green 190 ◦ blue 189

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

Shades of Shadow Green #9BBEBD

Tints of Shadow Green #9BBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 29.03%
G = 35.58%
B = 35.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#9BBEBD (or 0x9BBEBD) is known color: Shadow Green. HEX triplet: 9B, BE and BD. RGB value is (155,190,189). Sum of RGB (Red+Green+Blue) = 155+190+189=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEBD is #644142. Grayscale: #B3B3B3. Windows color (decimal): -6570307 or 12435099. OLE color: 12435099.

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

Color convert

RGB 155 190 189 -
CMYK 0.18 0 0.01 0.25
HSL 178.29º 0.21% 0.68% -
HSV(B) 178.29º 0.18% 0.75% -
XYZ 41.12 47.47 55.14 -
YUV 179.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 155 190 189 0.18 0 0.01 0.25 178.29 0.21 0.68
Hex 9B BE BD 12 0 1 19 B2 15 44
Octal 233 276 275 22 0 1 31 262 25 104
Binary 10011011 10111110 10111101 10010 0 1 11001 10110010 10101 1000100

Color Harmonies of #9BBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEBD

Black with #9BBEBD

Text Example


Text Example

White with #9BBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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