Html Css Color HEX #9BAB9C Edward

📋 copy color: '#9BAB9C'

red 155 ◦ green 171 ◦ blue 156

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

Shades of Edward #9BAB9C

Tints of Edward #9BAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 32.16%
G = 35.48%
B = 32.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#9BAB9C (or 0x9BAB9C) is known color: Edward. HEX triplet: 9B, AB and 9C. RGB value is (155,171,156). Sum of RGB (Red+Green+Blue) = 155+171+156=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB9C is #645463. Grayscale: #A4A4A4. Windows color (decimal): -6575204 or 10267547. OLE color: 10267547.

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

Color convert

RGB 155 171 156 -
CMYK 0.09 0 0.09 0.33
HSL 123.75º 0.09% 0.64% -
HSV(B) 123.75º 0.09% 0.67% -
XYZ 34.08 38.49 37.09 -
YUV 164.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 155 171 156 0.09 0 0.09 0.33 123.75 0.09 0.64
Hex 9B AB 9C 9 0 9 21 7C 9 40
Octal 233 253 234 11 0 11 41 174 11 100
Binary 10011011 10101011 10011100 1001 0 1001 100001 1111100 1001 1000000

Color Harmonies of #9BAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB9C

Black with #9BAB9C

Text Example


Text Example

White with #9BAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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