Html Css Color HEX #9BAE9D Edward

📋 copy color: '#9BAE9D'

red 155 ◦ green 174 ◦ blue 157

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

Shades of Edward #9BAE9D

Tints of Edward #9BAE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 31.89%
G = 35.8%
B = 32.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#9BAE9D (or 0x9BAE9D) is known color: Edward. HEX triplet: 9B, AE and 9D. RGB value is (155,174,157). Sum of RGB (Red+Green+Blue) = 155+174+157=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAE9D is #645162. Grayscale: #A6A6A6. Windows color (decimal): -6574435 or 10333851. OLE color: 10333851.

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

Color convert

RGB 155 174 157 -
CMYK 0.11 0 0.10 0.32
HSL 126.32º 0.1% 0.65% -
HSV(B) 126.32º 0.11% 0.68% -
XYZ 34.74 39.67 37.73 -
YUV 166.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 155 174 157 0.11 0 0.10 0.32 126.32 0.1 0.65
Hex 9B AE 9D B 0 A 20 7E A 41
Octal 233 256 235 13 0 12 40 176 12 101
Binary 10011011 10101110 10011101 1011 0 1010 100000 1111110 1010 1000001

Color Harmonies of #9BAE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE9D

Black with #9BAE9D

Text Example


Text Example

White with #9BAE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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