Html Css Color HEX #9BB09F Edward

📋 copy color: '#9BB09F'

red 155 ◦ green 176 ◦ blue 159

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

Shades of Edward #9BB09F

Tints of Edward #9BB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

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

R = 31.63%
G = 35.92%
B = 32.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#9BB09F (or 0x9BB09F) is known color: Edward. HEX triplet: 9B, B0 and 9F. RGB value is (155,176,159). Sum of RGB (Red+Green+Blue) = 155+176+159=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB09F is #644F60. Grayscale: #A7A7A7. Windows color (decimal): -6573921 or 10465435. OLE color: 10465435.

HSL color Cylindrical-coordinate representation of color #9BB09F: hue angle of 131.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB09F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 176 159 -
CMYK 0.12 0 0.10 0.31
HSL 131.43º 0.12% 0.65% -
HSV(B) 131.43º 0.12% 0.69% -
XYZ 35.3 40.52 38.76 -
YUV 167.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 155 176 159 0.12 0 0.10 0.31 131.43 0.12 0.65
Hex 9B B0 9F C 0 A 1F 83 C 41
Octal 233 260 237 14 0 12 37 203 14 101
Binary 10011011 10110000 10011111 1100 0 1010 11111 10000011 1100 1000001

Color Harmonies of #9BB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB09F

Black with #9BB09F

Text Example


Text Example

White with #9BB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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