Html Css Color HEX #9BAF9D Edward

📋 copy color: '#9BAF9D'

red 155 ◦ green 175 ◦ blue 157

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

Shades of Edward #9BAF9D

Tints of Edward #9BAF9D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 157 (61.72% from 255) = 32.24%

R = 31.83%
G = 35.93%
B = 32.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#9BAF9D (or 0x9BAF9D) is known color: Edward. HEX triplet: 9B, AF and 9D. RGB value is (155,175,157). Sum of RGB (Red+Green+Blue) = 155+175+157=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF9D is #645062. Grayscale: #A7A7A7. Windows color (decimal): -6574179 or 10334107. OLE color: 10334107.

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

Color convert

RGB 155 175 157 -
CMYK 0.11 0 0.10 0.31
HSL 126º 0.11% 0.65% -
HSV(B) 126º 0.11% 0.69% -
XYZ 34.93 40.06 37.79 -
YUV 166.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 155 175 157 0.11 0 0.10 0.31 126 0.11 0.65
Hex 9B AF 9D B 0 A 1F 7E B 41
Octal 233 257 235 13 0 12 37 176 13 101
Binary 10011011 10101111 10011101 1011 0 1010 11111 1111110 1011 1000001

Color Harmonies of #9BAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF9D

Black with #9BAF9D

Text Example


Text Example

White with #9BAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,157); }

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

background-color css

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

 a { background-color: rgb(155,175,157); }

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

border-color css

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

 span { border-color: rgb(155,175,157); }

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