#B4C19F

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

Shades of Sprout #B4C19F

Tints of Sprout #B4C19F

Color information

#B4C19F (or 0xB4C19F) is unknown color: approx Sprout. HEX triplet: B4, C1 and 9F. RGB value is (180,193,159). Sum of RGB (Red+Green+Blue) = 180+193+159=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C19F is #4B3E60. Grayscale: #B9B9B9. Windows color (decimal): -4931169 or 10469812. OLE color: 10469812.

HSL color Cylindrical-coordinate representation of color #B4C19F: hue angle of 82.94º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C19F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB180193159-
CMYK0.0700.180.24
HSL82.94º21.52%69.02%-
HSV(B)82.94º17.62%75.69%-
XYZ44.1550.3540.19-
YUV185.24113.19124.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=33.83%
G=36.28%
B=29.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801931590.0700.180.2482.9421.5269.02
HexB4C19F701218531645
Octal26430123770223012326105
Binary101101001100000110011111111010010110001010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C19F; }

 p { color: rgb(180,193,159); }

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

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

 a { background-color: rgb(180,193,159); }

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

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

 span { border-color: rgb(180,193,159); }

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