Html Css Color HEX #9CA265 Green Smoke

📋 copy color: '#9CA265'

red 156 ◦ green 162 ◦ blue 101

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

Shades of Green Smoke #9CA265

Tints of Green Smoke #9CA265

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 37.23%
G = 38.66%
B = 24.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#9CA265 (or 0x9CA265) is known color: Green Smoke. HEX triplet: 9C, A2 and 65. RGB value is (156,162,101). Sum of RGB (Red+Green+Blue) = 156+162+101=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CA265 is #635D9A. Grayscale: #999999. Windows color (decimal): -6512027 or 6660764. OLE color: 6660764.

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

Color convert

RGB 156 162 101 -
CMYK 0.04 0 0.38 0.36
HSL 65.9º 0.25% 0.52% -
HSV(B) 65.9º 0.38% 0.64% -
XYZ 28.98 33.85 17.32 -
YUV 153.25 98.51 129.96 -
System Red Green Blue C M Y K H S L
Decimal 156 162 101 0.04 0 0.38 0.36 65.9 0.25 0.52
Hex 9C A2 65 4 0 26 24 42 19 34
Octal 234 242 145 4 0 46 44 102 31 64
Binary 10011100 10100010 1100101 100 0 100110 100100 1000010 11001 110100

Color Harmonies of #9CA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA265

Black with #9CA265

Text Example


Text Example

White with #9CA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,162,101); }

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

background-color css

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

 a { background-color: rgb(156,162,101); }

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

border-color css

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

 span { border-color: rgb(156,162,101); }

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