#9CBAA5

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

Shades of Summer Green #9CBAA5

Tints of Summer Green #9CBAA5

Color information

#9CBAA5 (or 0x9CBAA5) is unknown color: approx Summer Green. HEX triplet: 9C, BA and A5. RGB value is (156,186,165). Sum of RGB (Red+Green+Blue) = 156+186+165=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAA5 is #63455A. Grayscale: #AEAEAE. Windows color (decimal): -6505819 or 10861212. OLE color: 10861212.

HSL color Cylindrical-coordinate representation of color #9CBAA5: hue angle of 138º degrees, saturation: 0.18, 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 #9CBAA5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB156186165-
CMYK0.1600.110.27
HSL138º17.86%67.06%-
HSV(B)138º16.13%72.94%-
XYZ38.0644.942.26-
YUV174.64122.56114.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=30.77%
G=36.69%
B=32.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861650.1600.110.2713817.8667.06
Hex9CBAA5100B1B8a1243
Octal234272245200133321222103
Binary10011100101110101010010110000010111101110001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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