Html Css Color HEX #9BB49E Edward

📋 copy color: '#9BB49E'

red 155 ◦ green 180 ◦ blue 158

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

Shades of Edward #9BB49E

Tints of Edward #9BB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

 BLUE value IS 158 (62.11% from 255) = 32.05%

R = 31.44%
G = 36.51%
B = 32.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#9BB49E (or 0x9BB49E) is known color: Edward. HEX triplet: 9B, B4 and 9E. RGB value is (155,180,158). Sum of RGB (Red+Green+Blue) = 155+180+158=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49E is #644B61. Grayscale: #AAAAAA. Windows color (decimal): -6572898 or 10400923. OLE color: 10400923.

HSL color Cylindrical-coordinate representation of color #9BB49E: hue angle of 127.2º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB49E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 158 -
CMYK 0.14 0 0.12 0.29
HSL 127.2º 0.14% 0.66% -
HSV(B) 127.2º 0.14% 0.71% -
XYZ 36.01 42.08 38.57 -
YUV 170.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 155 180 158 0.14 0 0.12 0.29 127.2 0.14 0.66
Hex 9B B4 9E E 0 C 1D 7F E 42
Octal 233 264 236 16 0 14 35 177 16 102
Binary 10011011 10110100 10011110 1110 0 1100 11101 1111111 1110 1000010

Color Harmonies of #9BB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB49E

Black with #9BB49E

Text Example


Text Example

White with #9BB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,158); }

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

background-color css

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

 a { background-color: rgb(155,180,158); }

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

border-color css

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

 span { border-color: rgb(155,180,158); }

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