Html Css Color HEX #9CB19E Edward

📋 copy color: '#9CB19E'

red 156 ◦ green 177 ◦ blue 158

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

Shades of Edward #9CB19E

Tints of Edward #9CB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

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

R = 31.77%
G = 36.05%
B = 32.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#9CB19E (or 0x9CB19E) is known color: Edward. HEX triplet: 9C, B1 and 9E. RGB value is (156,177,158). Sum of RGB (Red+Green+Blue) = 156+177+158=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB19E is #634E61. Grayscale: #A8A8A8. Windows color (decimal): -6508130 or 10400156. OLE color: 10400156.

HSL color Cylindrical-coordinate representation of color #9CB19E: hue angle of 125.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9CB19E is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 158 -
CMYK 0.12 0 0.11 0.31
HSL 125.71º 0.12% 0.65% -
HSV(B) 125.71º 0.12% 0.69% -
XYZ 35.6 40.98 38.38 -
YUV 168.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 156 177 158 0.12 0 0.11 0.31 125.71 0.12 0.65
Hex 9C B1 9E C 0 B 1F 7E C 41
Octal 234 261 236 14 0 13 37 176 14 101
Binary 10011100 10110001 10011110 1100 0 1011 11111 1111110 1100 1000001

Color Harmonies of #9CB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB19E

Black with #9CB19E

Text Example


Text Example

White with #9CB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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