#B0C19B

Color #B0C19B Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B0C19B

Tints of Sprout #B0C19B

Color information

#B0C19B (or 0xB0C19B) is unknown color: approx Sprout. HEX triplet: B0, C1 and 9B. RGB value is (176,193,155). Sum of RGB (Red+Green+Blue) = 176+193+155=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C19B is #4F3E64. Grayscale: #B7B7B7. Windows color (decimal): -5193317 or 10207664. OLE color: 10207664.

HSL color Cylindrical-coordinate representation of color #B0C19B: hue angle of 86.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0C19B is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB176193155-
CMYK0.0900.200.24
HSL86.84º23.46%68.24%-
HSV(B)86.84º19.69%75.69%-
XYZ42.8949.7438.35-
YUV183.58111.87122.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=33.59%
G=36.83%
B=29.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931550.0900.200.2486.8423.4668.24
HexB0C19B901418571744
Octal260301233110243012727104
Binary1011000011000001100110111001010100110001010111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C19B; }

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

 H1.HeaderClassName
 {
   color: #B0C19B;
 }
 .AnyTagClassName
 {
   color: #B0C19B;
 }
</style>
background-color css

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

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

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

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

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

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