Html Css Color HEX #9CB9B3 Shadow Green

📋 copy color: '#9CB9B3'

red 156 ◦ green 185 ◦ blue 179

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

Shades of Shadow Green #9CB9B3

Tints of Shadow Green #9CB9B3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 30%
G = 35.58%
B = 34.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#9CB9B3 (or 0x9CB9B3) is known color: Shadow Green. HEX triplet: 9C, B9 and B3. RGB value is (156,185,179). Sum of RGB (Red+Green+Blue) = 156+185+179=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB9B3 is #63464C. Grayscale: #AFAFAF. Windows color (decimal): -6506061 or 11778460. OLE color: 11778460.

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

Color convert

RGB 156 185 179 -
CMYK 0.16 0 0.03 0.27
HSL 167.59º 0.17% 0.67% -
HSV(B) 167.59º 0.16% 0.73% -
XYZ 39.2 45.02 49.27 -
YUV 175.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 156 185 179 0.16 0 0.03 0.27 167.59 0.17 0.67
Hex 9C B9 B3 10 0 3 1B A8 11 43
Octal 234 271 263 20 0 3 33 250 21 103
Binary 10011100 10111001 10110011 10000 0 11 11011 10101000 10001 1000011

Color Harmonies of #9CB9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB9B3

Black with #9CB9B3

Text Example


Text Example

White with #9CB9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,179); }

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

background-color css

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

 a { background-color: rgb(156,185,179); }

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

border-color css

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

 span { border-color: rgb(156,185,179); }

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