Html Css Color HEX #9BAB9E Edward

📋 copy color: '#9BAB9E'

red 155 ◦ green 171 ◦ blue 158

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

Shades of Edward #9BAB9E

Tints of Edward #9BAB9E

RGB

 RED value IS 155 (60.94% from 255) = 32.02%

 GREEN value IS 171 (67.19% from 255) = 35.33%

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

R = 32.02%
G = 35.33%
B = 32.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#9BAB9E (or 0x9BAB9E) is known color: Edward. HEX triplet: 9B, AB and 9E. RGB value is (155,171,158). Sum of RGB (Red+Green+Blue) = 155+171+158=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9E is #645461. Grayscale: #A4A4A4. Windows color (decimal): -6575202 or 10398619. OLE color: 10398619.

HSL color Cylindrical-coordinate representation of color #9BAB9E: hue angle of 131.25º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BAB9E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 158 -
CMYK 0.09 0 0.08 0.33
HSL 131.25º 0.09% 0.64% -
HSV(B) 131.25º 0.09% 0.67% -
XYZ 34.25 38.56 37.99 -
YUV 164.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 155 171 158 0.09 0 0.08 0.33 131.25 0.09 0.64
Hex 9B AB 9E 9 0 8 21 83 9 40
Octal 233 253 236 11 0 10 41 203 11 100
Binary 10011011 10101011 10011110 1001 0 1000 100001 10000011 1001 1000000

Color Harmonies of #9BAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB9E

Black with #9BAB9E

Text Example


Text Example

White with #9BAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,158); }

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

background-color css

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

 a { background-color: rgb(155,171,158); }

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

border-color css

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

 span { border-color: rgb(155,171,158); }

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