Html Css Color HEX #9CA368 Green Smoke

📋 copy color: '#9CA368'

red 156 ◦ green 163 ◦ blue 104

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

Shades of Green Smoke #9CA368

Tints of Green Smoke #9CA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 36.88%
G = 38.53%
B = 24.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#9CA368 (or 0x9CA368) is known color: Green Smoke. HEX triplet: 9C, A3 and 68. RGB value is (156,163,104). Sum of RGB (Red+Green+Blue) = 156+163+104=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA368 is #635C97. Grayscale: #9A9A9A. Windows color (decimal): -6511768 or 6857628. OLE color: 6857628.

HSL color Cylindrical-coordinate representation of color #9CA368: hue angle of 67.12º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CA368 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 163 104 -
CMYK 0.04 0 0.36 0.36
HSL 67.12º 0.24% 0.52% -
HSV(B) 67.12º 0.36% 0.64% -
XYZ 29.31 34.26 18.17 -
YUV 154.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 156 163 104 0.04 0 0.36 0.36 67.12 0.24 0.52
Hex 9C A3 68 4 0 24 24 43 18 34
Octal 234 243 150 4 0 44 44 103 30 64
Binary 10011100 10100011 1101000 100 0 100100 100100 1000011 11000 110100

Color Harmonies of #9CA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA368

Black with #9CA368

Text Example


Text Example

White with #9CA368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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