#9CA18A

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

Shades of Bud #9CA18A

Tints of Bud #9CA18A

Color information

#9CA18A (or 0x9CA18A) is unknown color: approx Bud. HEX triplet: 9C, A1 and 8A. RGB value is (156,161,138). Sum of RGB (Red+Green+Blue) = 156+161+138=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 161 - color contains mainly: green. Hex color #9CA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA18A is #635E75. Grayscale: #9C9C9C. Windows color (decimal): -6512246 or 9085340. OLE color: 9085340.

HSL color Cylindrical-coordinate representation of color #9CA18A: hue angle of 73.04º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CA18A is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB156161138-
CMYK0.0300.140.37
HSL73.04º10.9%58.63%-
HSV(B)73.04º14.29%63.14%-
XYZ31.0434.3929.05-
YUV156.88117.34127.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.29%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=34.29%
G=35.38%
B=30.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561611380.0300.140.3773.0410.958.63
Hex9CA18A30E2549b3b
Octal2342412123016451111373
Binary100111001010000110001010110111010010110010011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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