Html Css Color HEX #9CBBB4 Shadow Green

📋 copy color: '#9CBBB4'

red 156 ◦ green 187 ◦ blue 180

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

Shades of Shadow Green #9CBBB4

Tints of Shadow Green #9CBBB4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.76%

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 29.83%
G = 35.76%
B = 34.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#9CBBB4 (or 0x9CBBB4) is known color: Shadow Green. HEX triplet: 9C, BB and B4. RGB value is (156,187,180). Sum of RGB (Red+Green+Blue) = 156+187+180=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBB4 is #63444B. Grayscale: #B0B0B0. Windows color (decimal): -6505548 or 11844508. OLE color: 11844508.

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

Color convert

RGB 156 187 180 -
CMYK 0.17 0 0.04 0.27
HSL 166.45º 0.19% 0.67% -
HSV(B) 166.45º 0.17% 0.73% -
XYZ 39.72 45.9 49.95 -
YUV 176.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 156 187 180 0.17 0 0.04 0.27 166.45 0.19 0.67
Hex 9C BB B4 11 0 4 1B A6 13 43
Octal 234 273 264 21 0 4 33 246 23 103
Binary 10011100 10111011 10110100 10001 0 100 11011 10100110 10011 1000011

Color Harmonies of #9CBBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBBB4

Black with #9CBBB4

Text Example


Text Example

White with #9CBBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,180); }

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

background-color css

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

 a { background-color: rgb(156,187,180); }

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

border-color css

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

 span { border-color: rgb(156,187,180); }

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