Html Css Color HEX #9CA468 Green Smoke

📋 copy color: '#9CA468'

red 156 ◦ green 164 ◦ blue 104

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

Shades of Green Smoke #9CA468

Tints of Green Smoke #9CA468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

 BLUE value IS 104 (41.02% from 255) = 24.53%

R = 36.79%
G = 38.68%
B = 24.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#9CA468 (or 0x9CA468) is known color: Green Smoke. HEX triplet: 9C, A4 and 68. RGB value is (156,164,104). Sum of RGB (Red+Green+Blue) = 156+164+104=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA468 is #635B97. Grayscale: #9B9B9B. Windows color (decimal): -6511512 or 6857884. OLE color: 6857884.

HSL color Cylindrical-coordinate representation of color #9CA468: hue angle of 68º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CA468 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 164 104 -
CMYK 0.05 0 0.37 0.36
HSL 68º 0.25% 0.53% -
HSV(B) 68º 0.37% 0.64% -
XYZ 29.48 34.62 18.22 -
YUV 154.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 156 164 104 0.05 0 0.37 0.36 68 0.25 0.53
Hex 9C A4 68 5 0 25 24 44 19 35
Octal 234 244 150 5 0 45 44 104 31 65
Binary 10011100 10100100 1101000 101 0 100101 100100 1000100 11001 110101

Color Harmonies of #9CA468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA468

Black with #9CA468

Text Example


Text Example

White with #9CA468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,104); }

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

background-color css

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

 a { background-color: rgb(156,164,104); }

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

border-color css

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

 span { border-color: rgb(156,164,104); }

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