Html Css Color HEX #9CBCBA Shadow Green

📋 copy color: '#9CBCBA'

red 156 ◦ green 188 ◦ blue 186

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

Shades of Shadow Green #9CBCBA

Tints of Shadow Green #9CBCBA

RGB

 RED value IS 156 (61.33% from 255) = 29.43%

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 29.43%
G = 35.47%
B = 35.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#9CBCBA (or 0x9CBCBA) is known color: Shadow Green. HEX triplet: 9C, BC and BA. RGB value is (156,188,186). Sum of RGB (Red+Green+Blue) = 156+188+186=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCBA is #634345. Grayscale: #B2B2B2. Windows color (decimal): -6505286 or 12237980. OLE color: 12237980.

HSL color Cylindrical-coordinate representation of color #9CBCBA: hue angle of 176.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CBCBA is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 188 186 -
CMYK 0.17 0 0.01 0.26
HSL 176.25º 0.19% 0.67% -
HSV(B) 176.25º 0.17% 0.74% -
XYZ 40.56 46.58 53.31 -
YUV 178.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 156 188 186 0.17 0 0.01 0.26 176.25 0.19 0.67
Hex 9C BC BA 11 0 1 1A B0 13 43
Octal 234 274 272 21 0 1 32 260 23 103
Binary 10011100 10111100 10111010 10001 0 1 11010 10110000 10011 1000011

Color Harmonies of #9CBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCBA

Black with #9CBCBA

Text Example


Text Example

White with #9CBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,188,186); }

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

background-color css

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

 a { background-color: rgb(156,188,186); }

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

border-color css

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

 span { border-color: rgb(156,188,186); }

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