Html Css Color HEX #9CA38C Delta

📋 copy color: '#9CA38C'

red 156 ◦ green 163 ◦ blue 140

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

Shades of Delta #9CA38C

Tints of Delta #9CA38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 33.99%
G = 35.51%
B = 30.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#9CA38C (or 0x9CA38C) is known color: Delta. HEX triplet: 9C, A3 and 8C. RGB value is (156,163,140). Sum of RGB (Red+Green+Blue) = 156+163+140=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA38C is #635C73. Grayscale: #9E9E9E. Windows color (decimal): -6511732 or 9216924. OLE color: 9216924.

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

Color convert

RGB 156 163 140 -
CMYK 0.04 0 0.14 0.36
HSL 78.26º 0.11% 0.59% -
HSV(B) 78.26º 0.14% 0.64% -
XYZ 31.54 35.16 29.93 -
YUV 158.29 117.68 126.37 -
System Red Green Blue C M Y K H S L
Decimal 156 163 140 0.04 0 0.14 0.36 78.26 0.11 0.59
Hex 9C A3 8C 4 0 E 24 4E B 3B
Octal 234 243 214 4 0 16 44 116 13 73
Binary 10011100 10100011 10001100 100 0 1110 100100 1001110 1011 111011

Color Harmonies of #9CA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA38C

Black with #9CA38C

Text Example


Text Example

White with #9CA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,163,140); }

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

background-color css

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

 a { background-color: rgb(156,163,140); }

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

border-color css

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

 span { border-color: rgb(156,163,140); }

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