Html Css Color HEX #B0BB9E Sprout

📋 copy color: '#B0BB9E'

red 176 ◦ green 187 ◦ blue 158

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

Shades of Sprout #B0BB9E

Tints of Sprout #B0BB9E

RGB

 RED value IS 176 (69.14% from 255) = 33.78%

 GREEN value IS 187 (73.44% from 255) = 35.89%

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

R = 33.78%
G = 35.89%
B = 30.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B0BB9E (or 0xB0BB9E) is known color: Sprout. HEX triplet: B0, BB and 9E. RGB value is (176,187,158). Sum of RGB (Red+Green+Blue) = 176+187+158=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BB9E is #4F4461. Grayscale: #B4B4B4. Windows color (decimal): -5194850 or 10402736. OLE color: 10402736.

HSL color Cylindrical-coordinate representation of color #B0BB9E: hue angle of 82.76º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BB9E is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 187 158 -
CMYK 0.06 0 0.16 0.27
HSL 82.76º 0.18% 0.68% -
HSV(B) 82.76º 0.16% 0.73% -
XYZ 41.85 47.24 39.26 -
YUV 180.41 115.36 124.86 -
System Red Green Blue C M Y K H S L
Decimal 176 187 158 0.06 0 0.16 0.27 82.76 0.18 0.68
Hex B0 BB 9E 6 0 10 1B 53 12 44
Octal 260 273 236 6 0 20 33 123 22 104
Binary 10110000 10111011 10011110 110 0 10000 11011 1010011 10010 1000100

Color Harmonies of #B0BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BB9E

Black with #B0BB9E

Text Example


Text Example

White with #B0BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BB9E; }

 p { color: rgb(176,187,158); }

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

background-color css

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

 a { background-color: rgb(176,187,158); }

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

border-color css

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

 span { border-color: rgb(176,187,158); }

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