Html Css Color HEX #B0BC9F Sprout

📋 copy color: '#B0BC9F'

red 176 ◦ green 188 ◦ blue 159

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

Shades of Sprout #B0BC9F

Tints of Sprout #B0BC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

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

R = 33.65%
G = 35.95%
B = 30.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#B0BC9F (or 0xB0BC9F) is known color: Sprout. HEX triplet: B0, BC and 9F. RGB value is (176,188,159). Sum of RGB (Red+Green+Blue) = 176+188+159=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BC9F is #4F4360. Grayscale: #B5B5B5. Windows color (decimal): -5194593 or 10468528. OLE color: 10468528.

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

Color convert

RGB 176 188 159 -
CMYK 0.06 0 0.15 0.26
HSL 84.83º 0.18% 0.68% -
HSV(B) 84.83º 0.15% 0.74% -
XYZ 42.15 47.7 39.79 -
YUV 181.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 176 188 159 0.06 0 0.15 0.26 84.83 0.18 0.68
Hex B0 BC 9F 6 0 F 1A 55 12 44
Octal 260 274 237 6 0 17 32 125 22 104
Binary 10110000 10111100 10011111 110 0 1111 11010 1010101 10010 1000100

Color Harmonies of #B0BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC9F

Black with #B0BC9F

Text Example


Text Example

White with #B0BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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