Html Css Color HEX #9BB49F Edward

📋 copy color: '#9BB49F'

red 155 ◦ green 180 ◦ blue 159

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

Shades of Edward #9BB49F

Tints of Edward #9BB49F

RGB

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

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

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

R = 31.38%
G = 36.44%
B = 32.19%

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

#9BB49F (or 0x9BB49F) is known color: Edward. HEX triplet: 9B, B4 and 9F. RGB value is (155,180,159). Sum of RGB (Red+Green+Blue) = 155+180+159=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49F is #644B60. Grayscale: #AAAAAA. Windows color (decimal): -6572897 or 10466459. OLE color: 10466459.

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

Color convert

RGB 155 180 159 -
CMYK 0.14 0 0.12 0.29
HSL 129.6º 0.14% 0.66% -
HSV(B) 129.6º 0.14% 0.71% -
XYZ 36.1 42.11 39.03 -
YUV 170.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 155 180 159 0.14 0 0.12 0.29 129.6 0.14 0.66
Hex 9B B4 9F E 0 C 1D 82 E 42
Octal 233 264 237 16 0 14 35 202 16 102
Binary 10011011 10110100 10011111 1110 0 1100 11101 10000010 1110 1000010

Color Harmonies of #9BB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB49F

Black with #9BB49F

Text Example


Text Example

White with #9BB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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