Html Css Color HEX #9BB49D Edward

📋 copy color: '#9BB49D'

red 155 ◦ green 180 ◦ blue 157

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

Shades of Edward #9BB49D

Tints of Edward #9BB49D

RGB

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

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

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

R = 31.5%
G = 36.59%
B = 31.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#9BB49D (or 0x9BB49D) is known color: Edward. HEX triplet: 9B, B4 and 9D. RGB value is (155,180,157). Sum of RGB (Red+Green+Blue) = 155+180+157=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49D is #644B62. Grayscale: #A9A9A9. Windows color (decimal): -6572899 or 10335387. OLE color: 10335387.

HSL color Cylindrical-coordinate representation of color #9BB49D: hue angle of 124.8º 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 #9BB49D is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 180 157 -
CMYK 0.14 0 0.13 0.29
HSL 124.8º 0.14% 0.66% -
HSV(B) 124.8º 0.14% 0.71% -
XYZ 35.92 42.05 38.12 -
YUV 169.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 155 180 157 0.14 0 0.13 0.29 124.8 0.14 0.66
Hex 9B B4 9D E 0 D 1D 7D E 42
Octal 233 264 235 16 0 15 35 175 16 102
Binary 10011011 10110100 10011101 1110 0 1101 11101 1111101 1110 1000010

Color Harmonies of #9BB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB49D

Black with #9BB49D

Text Example


Text Example

White with #9BB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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