Html Css Color HEX #9CA253 Green Smoke

📋 copy color: '#9CA253'

red 156 ◦ green 162 ◦ blue 83

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

Shades of Green Smoke #9CA253

Tints of Green Smoke #9CA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 38.9%
G = 40.4%
B = 20.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#9CA253 (or 0x9CA253) is known color: Green Smoke. HEX triplet: 9C, A2 and 53. RGB value is (156,162,83). Sum of RGB (Red+Green+Blue) = 156+162+83=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA253 is #635DAC. Grayscale: #979797. Windows color (decimal): -6512045 or 5481116. OLE color: 5481116.

HSL color Cylindrical-coordinate representation of color #9CA253: hue angle of 64.56º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CA253 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 83 -
CMYK 0.04 0 0.49 0.36
HSL 64.56º 0.32% 0.48% -
HSV(B) 64.56º 0.49% 0.64% -
XYZ 28.19 33.53 13.17 -
YUV 151.2 89.51 131.42 -
System Red Green Blue C M Y K H S L
Decimal 156 162 83 0.04 0 0.49 0.36 64.56 0.32 0.48
Hex 9C A2 53 4 0 31 24 41 20 30
Octal 234 242 123 4 0 61 44 101 40 60
Binary 10011100 10100010 1010011 100 0 110001 100100 1000001 100000 110000

Color Harmonies of #9CA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA253

Black with #9CA253

Text Example


Text Example

White with #9CA253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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