Html Css Color HEX #9CA986 Delta

📋 copy color: '#9CA986'

red 156 ◦ green 169 ◦ blue 134

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

Shades of Delta #9CA986

Tints of Delta #9CA986

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.82%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 33.99%
G = 36.82%
B = 29.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#9CA986 (or 0x9CA986) is known color: Delta. HEX triplet: 9C, A9 and 86. RGB value is (156,169,134). Sum of RGB (Red+Green+Blue) = 156+169+134=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA986 is #635679. Grayscale: #A1A1A1. Windows color (decimal): -6510202 or 8825244. OLE color: 8825244.

HSL color Cylindrical-coordinate representation of color #9CA986: hue angle of 82.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CA986 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 134 -
CMYK 0.08 0 0.21 0.34
HSL 82.29º 0.17% 0.59% -
HSV(B) 82.29º 0.21% 0.66% -
XYZ 32.2 37.17 28.03 -
YUV 161.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 156 169 134 0.08 0 0.21 0.34 82.29 0.17 0.59
Hex 9C A9 86 8 0 15 22 52 11 3B
Octal 234 251 206 10 0 25 42 122 21 73
Binary 10011100 10101001 10000110 1000 0 10101 100010 1010010 10001 111011

Color Harmonies of #9CA986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA986

Black with #9CA986

Text Example


Text Example

White with #9CA986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,134); }

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

background-color css

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

 a { background-color: rgb(156,169,134); }

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

border-color css

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

 span { border-color: rgb(156,169,134); }

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