Html Css Color HEX #9CA852 Green Smoke

📋 copy color: '#9CA852'

red 156 ◦ green 168 ◦ blue 82

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

Shades of Green Smoke #9CA852

Tints of Green Smoke #9CA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 38.42%
G = 41.38%
B = 20.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#9CA852 (or 0x9CA852) is known color: Green Smoke. HEX triplet: 9C, A8 and 52. RGB value is (156,168,82). Sum of RGB (Red+Green+Blue) = 156+168+82=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA852 is #6357AD. Grayscale: #9A9A9A. Windows color (decimal): -6510510 or 5417116. OLE color: 5417116.

HSL color Cylindrical-coordinate representation of color #9CA852: hue angle of 68.37º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9CA852 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 168 82 -
CMYK 0.07 0 0.51 0.34
HSL 68.37º 0.34% 0.49% -
HSV(B) 68.37º 0.51% 0.66% -
XYZ 29.24 35.68 13.33 -
YUV 154.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 156 168 82 0.07 0 0.51 0.34 68.37 0.34 0.49
Hex 9C A8 52 7 0 33 22 44 22 31
Octal 234 250 122 7 0 63 42 104 42 61
Binary 10011100 10101000 1010010 111 0 110011 100010 1000100 100010 110001

Color Harmonies of #9CA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA852

Black with #9CA852

Text Example


Text Example

White with #9CA852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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