#9CA540

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

Shades of Highball #9CA540

Tints of Highball #9CA540

Color information

#9CA540 (or 0x9CA540) is unknown color: approx Highball. HEX triplet: 9C, A5 and 40. RGB value is (156,165,64). Sum of RGB (Red+Green+Blue) = 156+165+64=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA540 is #635ABF. Grayscale: #979797. Windows color (decimal): -6511296 or 4236700. OLE color: 4236700.

HSL color Cylindrical-coordinate representation of color #9CA540: hue angle of 65.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CA540 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15616564-
CMYK0.0500.610.35
HSL65.35º44.1%44.9%-
HSV(B)65.35º61.21%64.71%-
XYZ28.0934.3510-
YUV150.7979.02131.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=40.52%
G=42.86%
B=16.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165640.0500.610.3565.3544.144.9
Hex9CA540503D23412c2d
Octal2342451005075431015455
Binary1001110010100101100000010101111011000111000001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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