Html Css Color HEX #9CA38A Delta

📋 copy color: '#9CA38A'

red 156 ◦ green 163 ◦ blue 138

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

Shades of Delta #9CA38A

Tints of Delta #9CA38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 34.14%
G = 35.67%
B = 30.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#9CA38A (or 0x9CA38A) is known color: Delta. HEX triplet: 9C, A3 and 8A. RGB value is (156,163,138). Sum of RGB (Red+Green+Blue) = 156+163+138=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA38A is #635C75. Grayscale: #9E9E9E. Windows color (decimal): -6511734 or 9085852. OLE color: 9085852.

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

Color convert

RGB 156 163 138 -
CMYK 0.04 0 0.15 0.36
HSL 76.8º 0.12% 0.59% -
HSV(B) 76.8º 0.15% 0.64% -
XYZ 31.39 35.1 29.16 -
YUV 158.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 156 163 138 0.04 0 0.15 0.36 76.8 0.12 0.59
Hex 9C A3 8A 4 0 F 24 4D C 3B
Octal 234 243 212 4 0 17 44 115 14 73
Binary 10011100 10100011 10001010 100 0 1111 100100 1001101 1100 111011

Color Harmonies of #9CA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA38A

Black with #9CA38A

Text Example


Text Example

White with #9CA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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