#B4C79B

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

Shades of Sprout #B4C79B

Tints of Sprout #B4C79B

Color information

#B4C79B (or 0xB4C79B) is unknown color: approx Sprout. HEX triplet: B4, C7 and 9B. RGB value is (180,199,155). Sum of RGB (Red+Green+Blue) = 180+199+155=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C79B is #4B3864. Grayscale: #BCBCBC. Windows color (decimal): -4929637 or 10209204. OLE color: 10209204.

HSL color Cylindrical-coordinate representation of color #B4C79B: hue angle of 85.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C79B is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB180199155-
CMYK0.1000.220.22
HSL85.91º28.21%69.41%-
HSV(B)85.91º22.11%78.04%-
XYZ45.1652.9238.84-
YUV188.3109.21122.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 199 (78.12% from 255) = 37.27%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=33.71%
G=37.27%
B=29.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991550.1000.220.2285.9128.2169.41
HexB4C79BA01616561c45
Octal264307233120262612634105
Binary1011010011000111100110111010010110101101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C79B; }

 p { color: rgb(180,199,155); }

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

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

 a { background-color: rgb(180,199,155); }

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

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

 span { border-color: rgb(180,199,155); }

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