Html Css Color HEX #9CA850 Green Smoke

📋 copy color: '#9CA850'

red 156 ◦ green 168 ◦ blue 80

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

Shades of Green Smoke #9CA850

Tints of Green Smoke #9CA850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.8%

R = 38.61%
G = 41.58%
B = 19.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#9CA850 (or 0x9CA850) is known color: Green Smoke. HEX triplet: 9C, A8 and 50. RGB value is (156,168,80). Sum of RGB (Red+Green+Blue) = 156+168+80=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA850 is #6357AF. Grayscale: #9A9A9A. Windows color (decimal): -6510512 or 5286044. OLE color: 5286044.

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

Color convert

RGB 156 168 80 -
CMYK 0.07 0 0.52 0.34
HSL 68.18º 0.35% 0.49% -
HSV(B) 68.18º 0.52% 0.66% -
XYZ 29.16 35.65 12.93 -
YUV 154.38 86.02 129.16 -
System Red Green Blue C M Y K H S L
Decimal 156 168 80 0.07 0 0.52 0.34 68.18 0.35 0.49
Hex 9C A8 50 7 0 34 22 44 23 31
Octal 234 250 120 7 0 64 42 104 43 61
Binary 10011100 10101000 1010000 111 0 110100 100010 1000100 100011 110001

Color Harmonies of #9CA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA850

Black with #9CA850

Text Example


Text Example

White with #9CA850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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