Html Css Color HEX #9BBCB5 Shadow Green

📋 copy color: '#9BBCB5'

red 155 ◦ green 188 ◦ blue 181

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

Shades of Shadow Green #9BBCB5

Tints of Shadow Green #9BBCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 29.58%
G = 35.88%
B = 34.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#9BBCB5 (or 0x9BBCB5) is known color: Shadow Green. HEX triplet: 9B, BC and B5. RGB value is (155,188,181). Sum of RGB (Red+Green+Blue) = 155+188+181=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCB5 is #64434A. Grayscale: #B1B1B1. Windows color (decimal): -6570827 or 11910299. OLE color: 11910299.

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

Color convert

RGB 155 188 181 -
CMYK 0.18 0 0.04 0.26
HSL 167.27º 0.2% 0.67% -
HSV(B) 167.27º 0.18% 0.74% -
XYZ 39.84 46.27 50.55 -
YUV 177.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 155 188 181 0.18 0 0.04 0.26 167.27 0.2 0.67
Hex 9B BC B5 12 0 4 1A A7 14 43
Octal 233 274 265 22 0 4 32 247 24 103
Binary 10011011 10111100 10110101 10010 0 100 11010 10100111 10100 1000011

Color Harmonies of #9BBCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCB5

Black with #9BBCB5

Text Example


Text Example

White with #9BBCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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