Html Css Color HEX #9CBDB4 Shadow Green

📋 copy color: '#9CBDB4'

red 156 ◦ green 189 ◦ blue 180

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

Shades of Shadow Green #9CBDB4

Tints of Shadow Green #9CBDB4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36%

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

R = 29.71%
G = 36%
B = 34.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#9CBDB4 (or 0x9CBDB4) is known color: Shadow Green. HEX triplet: 9C, BD and B4. RGB value is (156,189,180). Sum of RGB (Red+Green+Blue) = 156+189+180=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDB4 is #63424B. Grayscale: #B2B2B2. Windows color (decimal): -6505036 or 11845020. OLE color: 11845020.

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

Color convert

RGB 156 189 180 -
CMYK 0.17 0 0.05 0.26
HSL 163.64º 0.2% 0.68% -
HSV(B) 163.64º 0.17% 0.74% -
XYZ 40.15 46.76 50.09 -
YUV 178.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 156 189 180 0.17 0 0.05 0.26 163.64 0.2 0.68
Hex 9C BD B4 11 0 5 1A A4 14 44
Octal 234 275 264 21 0 5 32 244 24 104
Binary 10011100 10111101 10110100 10001 0 101 11010 10100100 10100 1000100

Color Harmonies of #9CBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBDB4

Black with #9CBDB4

Text Example


Text Example

White with #9CBDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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