Html Css Color HEX #9CA58E Delta

📋 copy color: '#9CA58E'

red 156 ◦ green 165 ◦ blue 142

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

Shades of Delta #9CA58E

Tints of Delta #9CA58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 33.69%
G = 35.64%
B = 30.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#9CA58E (or 0x9CA58E) is known color: Delta. HEX triplet: 9C, A5 and 8E. RGB value is (156,165,142). Sum of RGB (Red+Green+Blue) = 156+165+142=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA58E is #635A71. Grayscale: #9F9F9F. Windows color (decimal): -6511218 or 9348508. OLE color: 9348508.

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

Color convert

RGB 156 165 142 -
CMYK 0.05 0 0.14 0.35
HSL 83.48º 0.11% 0.6% -
HSV(B) 83.48º 0.14% 0.65% -
XYZ 32.05 35.93 30.84 -
YUV 159.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 156 165 142 0.05 0 0.14 0.35 83.48 0.11 0.6
Hex 9C A5 8E 5 0 E 23 53 B 3C
Octal 234 245 216 5 0 16 43 123 13 74
Binary 10011100 10100101 10001110 101 0 1110 100011 1010011 1011 111100

Color Harmonies of #9CA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA58E

Black with #9CA58E

Text Example


Text Example

White with #9CA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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