Html Css Color HEX #9BAB9F Edward

📋 copy color: '#9BAB9F'

red 155 ◦ green 171 ◦ blue 159

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

Shades of Edward #9BAB9F

Tints of Edward #9BAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 31.96%
G = 35.26%
B = 32.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#9BAB9F (or 0x9BAB9F) is known color: Edward. HEX triplet: 9B, AB and 9F. RGB value is (155,171,159). Sum of RGB (Red+Green+Blue) = 155+171+159=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9F is #645460. Grayscale: #A4A4A4. Windows color (decimal): -6575201 or 10464155. OLE color: 10464155.

HSL color Cylindrical-coordinate representation of color #9BAB9F: hue angle of 135º 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 #9BAB9F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 159 -
CMYK 0.09 0 0.07 0.33
HSL 135º 0.09% 0.64% -
HSV(B) 135º 0.09% 0.67% -
XYZ 34.34 38.6 38.44 -
YUV 164.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 155 171 159 0.09 0 0.07 0.33 135 0.09 0.64
Hex 9B AB 9F 9 0 7 21 87 9 40
Octal 233 253 237 11 0 7 41 207 11 100
Binary 10011011 10101011 10011111 1001 0 111 100001 10000111 1001 1000000

Color Harmonies of #9BAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB9F

Black with #9BAB9F

Text Example


Text Example

White with #9BAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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