Html Css Color HEX #B0BE9F Sprout

📋 copy color: '#B0BE9F'

red 176 ◦ green 190 ◦ blue 159

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

Shades of Sprout #B0BE9F

Tints of Sprout #B0BE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

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

R = 33.52%
G = 36.19%
B = 30.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#B0BE9F (or 0xB0BE9F) is known color: Sprout. HEX triplet: B0, BE and 9F. RGB value is (176,190,159). Sum of RGB (Red+Green+Blue) = 176+190+159=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE9F is #4F4160. Grayscale: #B6B6B6. Windows color (decimal): -5194081 or 10469040. OLE color: 10469040.

HSL color Cylindrical-coordinate representation of color #B0BE9F: hue angle of 87.1º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0BE9F is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 159 -
CMYK 0.07 0 0.16 0.25
HSL 87.1º 0.19% 0.68% -
HSV(B) 87.1º 0.16% 0.75% -
XYZ 42.58 48.56 39.93 -
YUV 182.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 176 190 159 0.07 0 0.16 0.25 87.1 0.19 0.68
Hex B0 BE 9F 7 0 10 19 57 13 44
Octal 260 276 237 7 0 20 31 127 23 104
Binary 10110000 10111110 10011111 111 0 10000 11001 1010111 10011 1000100

Color Harmonies of #B0BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE9F

Black with #B0BE9F

Text Example


Text Example

White with #B0BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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