Html Css Color HEX #9CA590 Delta

📋 copy color: '#9CA590'

red 156 ◦ green 165 ◦ blue 144

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

Shades of Delta #9CA590

Tints of Delta #9CA590

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 33.55%
G = 35.48%
B = 30.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#9CA590 (or 0x9CA590) is known color: Delta. HEX triplet: 9C, A5 and 90. RGB value is (156,165,144). Sum of RGB (Red+Green+Blue) = 156+165+144=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA590 is #635A6F. Grayscale: #9F9F9F. Windows color (decimal): -6511216 or 9479580. OLE color: 9479580.

HSL color Cylindrical-coordinate representation of color #9CA590: hue angle of 85.71º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CA590 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 165 144 -
CMYK 0.05 0 0.13 0.35
HSL 85.71º 0.1% 0.61% -
HSV(B) 85.71º 0.13% 0.65% -
XYZ 32.2 35.99 31.64 -
YUV 159.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 156 165 144 0.05 0 0.13 0.35 85.71 0.1 0.61
Hex 9C A5 90 5 0 D 23 56 A 3D
Octal 234 245 220 5 0 15 43 126 12 75
Binary 10011100 10100101 10010000 101 0 1101 100011 1010110 1010 111101

Color Harmonies of #9CA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA590

Black with #9CA590

Text Example


Text Example

White with #9CA590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,165,144); }

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

background-color css

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

 a { background-color: rgb(156,165,144); }

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

border-color css

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

 span { border-color: rgb(156,165,144); }

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