Html Css Color HEX #9BAF9F Edward

📋 copy color: '#9BAF9F'

red 155 ◦ green 175 ◦ blue 159

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

Shades of Edward #9BAF9F

Tints of Edward #9BAF9F

RGB

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

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

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

R = 31.7%
G = 35.79%
B = 32.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#9BAF9F (or 0x9BAF9F) is known color: Edward. HEX triplet: 9B, AF and 9F. RGB value is (155,175,159). Sum of RGB (Red+Green+Blue) = 155+175+159=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF9F is #645060. Grayscale: #A7A7A7. Windows color (decimal): -6574177 or 10465179. OLE color: 10465179.

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

Color convert

RGB 155 175 159 -
CMYK 0.11 0 0.09 0.31
HSL 132º 0.11% 0.65% -
HSV(B) 132º 0.11% 0.69% -
XYZ 35.11 40.13 38.7 -
YUV 167.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 155 175 159 0.11 0 0.09 0.31 132 0.11 0.65
Hex 9B AF 9F B 0 9 1F 84 B 41
Octal 233 257 237 13 0 11 37 204 13 101
Binary 10011011 10101111 10011111 1011 0 1001 11111 10000100 1011 1000001

Color Harmonies of #9BAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF9F

Black with #9BAF9F

Text Example


Text Example

White with #9BAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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