Html Css Color HEX #9CA053 Green Smoke

📋 copy color: '#9CA053'

red 156 ◦ green 160 ◦ blue 83

#9CA053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9CA053

Tints of Green Smoke #9CA053

RGB

 RED value IS 156 (61.33% from 255) = 39.1%

 GREEN value IS 160 (62.89% from 255) = 40.1%

 BLUE value IS 83 (32.81% from 255) = 20.8%

R = 39.1%
G = 40.1%
B = 20.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#9CA053 (or 0x9CA053) is known color: Green Smoke. HEX triplet: 9C, A0 and 53. RGB value is (156,160,83). Sum of RGB (Red+Green+Blue) = 156+160+83=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA053 is #635FAC. Grayscale: #969696. Windows color (decimal): -6512557 or 5480604. OLE color: 5480604.

HSL color Cylindrical-coordinate representation of color #9CA053: hue angle of 63.12º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CA053 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 83 -
CMYK 0.02 0 0.48 0.37
HSL 63.12º 0.32% 0.48% -
HSV(B) 63.12º 0.48% 0.63% -
XYZ 27.84 32.83 13.05 -
YUV 150.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 156 160 83 0.02 0 0.48 0.37 63.12 0.32 0.48
Hex 9C A0 53 2 0 30 25 3F 20 30
Octal 234 240 123 2 0 60 45 77 40 60
Binary 10011100 10100000 1010011 10 0 110000 100101 111111 100000 110000

Color Harmonies of #9CA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA053

Black with #9CA053

Text Example


Text Example

White with #9CA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,83); }

 H1.HeaderClassName
 {
   color: #9CA053;
 }
 .AnyTagClassName
 {
   color: #9CA053;
 }
</style>

background-color css

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

 a { background-color: rgb(156,160,83); }

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

border-color css

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

 span { border-color: rgb(156,160,83); }

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