Html Css Color HEX #9CA252 Green Smoke

📋 copy color: '#9CA252'

red 156 ◦ green 162 ◦ blue 82

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

Shades of Green Smoke #9CA252

Tints of Green Smoke #9CA252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 39%
G = 40.5%
B = 20.5%

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

#9CA252 (or 0x9CA252) is known color: Green Smoke. HEX triplet: 9C, A2 and 52. RGB value is (156,162,82). Sum of RGB (Red+Green+Blue) = 156+162+82=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA252 is #635DAD. Grayscale: #979797. Windows color (decimal): -6512046 or 5415580. OLE color: 5415580.

HSL color Cylindrical-coordinate representation of color #9CA252: hue angle of 64.5º degrees, saturation: 0.33, 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 #9CA252 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 162 82 -
CMYK 0.04 0 0.49 0.36
HSL 64.5º 0.33% 0.48% -
HSV(B) 64.5º 0.49% 0.64% -
XYZ 28.15 33.52 12.97 -
YUV 151.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 156 162 82 0.04 0 0.49 0.36 64.5 0.33 0.48
Hex 9C A2 52 4 0 31 24 40 21 30
Octal 234 242 122 4 0 61 44 100 41 60
Binary 10011100 10100010 1010010 100 0 110001 100100 1000000 100001 110000

Color Harmonies of #9CA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA252

Black with #9CA252

Text Example


Text Example

White with #9CA252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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