Html Css Color HEX #9CA84C Green Smoke

📋 copy color: '#9CA84C'

red 156 ◦ green 168 ◦ blue 76

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

Shades of Green Smoke #9CA84C

Tints of Green Smoke #9CA84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19%

R = 39%
G = 42%
B = 19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#9CA84C (or 0x9CA84C) is known color: Green Smoke. HEX triplet: 9C, A8 and 4C. RGB value is (156,168,76). Sum of RGB (Red+Green+Blue) = 156+168+76=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA84C is #6357B3. Grayscale: #9A9A9A. Windows color (decimal): -6510516 or 5023900. OLE color: 5023900.

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

Color convert

RGB 156 168 76 -
CMYK 0.07 0 0.55 0.34
HSL 67.83º 0.38% 0.48% -
HSV(B) 67.83º 0.55% 0.66% -
XYZ 29.02 35.59 12.18 -
YUV 153.92 84.02 129.48 -
System Red Green Blue C M Y K H S L
Decimal 156 168 76 0.07 0 0.55 0.34 67.83 0.38 0.48
Hex 9C A8 4C 7 0 37 22 44 26 30
Octal 234 250 114 7 0 67 42 104 46 60
Binary 10011100 10101000 1001100 111 0 110111 100010 1000100 100110 110000

Color Harmonies of #9CA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA84C

Black with #9CA84C

Text Example


Text Example

White with #9CA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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