#9CBCA1

Color #9CBCA1 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #9CBCA1

Tints of Summer Green #9CBCA1

Color information

#9CBCA1 (or 0x9CBCA1) is unknown color: approx Summer Green. HEX triplet: 9C, BC and A1. RGB value is (156,188,161). Sum of RGB (Red+Green+Blue) = 156+188+161=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBCA1 is #63435E. Grayscale: #AFAFAF. Windows color (decimal): -6505311 or 10599580. OLE color: 10599580.

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

Color convert

RGB156188161-
CMYK0.1700.140.26
HSL129.37º19.28%67.45%-
HSV(B)129.37º17.02%73.73%-
XYZ38.1345.6140.51-
YUV175.35119.9114.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=30.89%
G=37.23%
B=31.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881610.1700.140.26129.3719.2867.45
Hex9CBCA1110E1A811343
Octal234274241210163220123103
Binary10011100101111001010000110001011101101010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CBCA1;
 }
 .AnyTagClassName
 {
   color: #9CBCA1;
 }
</style>
background-color css

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

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

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

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

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

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