Html Css Color HEX #9CB49E Edward

📋 copy color: '#9CB49E'

red 156 ◦ green 180 ◦ blue 158

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

Shades of Edward #9CB49E

Tints of Edward #9CB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 31.58%
G = 36.44%
B = 31.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9CB49E (or 0x9CB49E) is known color: Edward. HEX triplet: 9C, B4 and 9E. RGB value is (156,180,158). Sum of RGB (Red+Green+Blue) = 156+180+158=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB49E is #634B61. Grayscale: #AAAAAA. Windows color (decimal): -6507362 or 10400924. OLE color: 10400924.

HSL color Cylindrical-coordinate representation of color #9CB49E: hue angle of 125º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CB49E is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 158 -
CMYK 0.13 0 0.12 0.29
HSL 125º 0.14% 0.66% -
HSV(B) 125º 0.13% 0.71% -
XYZ 36.2 42.18 38.58 -
YUV 170.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 156 180 158 0.13 0 0.12 0.29 125 0.14 0.66
Hex 9C B4 9E D 0 C 1D 7D E 42
Octal 234 264 236 15 0 14 35 175 16 102
Binary 10011100 10110100 10011110 1101 0 1100 11101 1111101 1110 1000010

Color Harmonies of #9CB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB49E

Black with #9CB49E

Text Example


Text Example

White with #9CB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,158); }

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

background-color css

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

 a { background-color: rgb(156,180,158); }

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

border-color css

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

 span { border-color: rgb(156,180,158); }

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