Html Css Color HEX #9CA091 Delta

📋 copy color: '#9CA091'

red 156 ◦ green 160 ◦ blue 145

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

Shades of Delta #9CA091

Tints of Delta #9CA091

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 33.84%
G = 34.71%
B = 31.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#9CA091 (or 0x9CA091) is known color: Delta. HEX triplet: 9C, A0 and 91. RGB value is (156,160,145). Sum of RGB (Red+Green+Blue) = 156+160+145=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA091 is #635F6E. Grayscale: #9D9D9D. Windows color (decimal): -6512495 or 9543836. OLE color: 9543836.

HSL color Cylindrical-coordinate representation of color #9CA091: hue angle of 76º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CA091 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 160 145 -
CMYK 0.02 0 0.09 0.37
HSL 76º 0.07% 0.6% -
HSV(B) 76º 0.09% 0.63% -
XYZ 31.39 34.25 31.75 -
YUV 157.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 156 160 145 0.02 0 0.09 0.37 76 0.07 0.6
Hex 9C A0 91 2 0 9 25 4C 7 3C
Octal 234 240 221 2 0 11 45 114 7 74
Binary 10011100 10100000 10010001 10 0 1001 100101 1001100 111 111100

Color Harmonies of #9CA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA091

Black with #9CA091

Text Example


Text Example

White with #9CA091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,160,145); }

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

background-color css

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

 a { background-color: rgb(156,160,145); }

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

border-color css

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

 span { border-color: rgb(156,160,145); }

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