#9CA54B

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

Shades of Green Smoke #9CA54B

Tints of Green Smoke #9CA54B

Color information

#9CA54B (or 0x9CA54B) is unknown color: approx Green Smoke. HEX triplet: 9C, A5 and 4B. RGB value is (156,165,75). Sum of RGB (Red+Green+Blue) = 156+165+75=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA54B is #635AB4. Grayscale: #989898. Windows color (decimal): -6511285 or 4957596. OLE color: 4957596.

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

Color convert

RGB15616575-
CMYK0.0500.550.35
HSL66º37.5%47.06%-
HSV(B)66º54.55%64.71%-
XYZ28.4434.4911.81-
YUV152.0584.52130.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=39.39%
G=41.67%
B=18.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165750.0500.550.356637.547.06
Hex9CA54B50372342262f
Octal2342451135067431024657
Binary1001110010100101100101110101101111000111000010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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