#B4C79E

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

Shades of Sprout #B4C79E

Tints of Sprout #B4C79E

Color information

#B4C79E (or 0xB4C79E) is unknown color: approx Sprout. HEX triplet: B4, C7 and 9E. RGB value is (180,199,158). Sum of RGB (Red+Green+Blue) = 180+199+158=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 199 - color contains mainly: green. Hex color #B4C79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C79E is #4B3861. Grayscale: #BCBCBC. Windows color (decimal): -4929634 or 10405812. OLE color: 10405812.

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

Color convert

RGB180199158-
CMYK0.1000.210.22
HSL87.8º26.8%70%-
HSV(B)87.8º20.6%78.04%-
XYZ45.4253.0240.19-
YUV188.64110.71121.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=33.52%
G=37.06%
B=29.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801991580.1000.210.2287.826.870
HexB4C79EA01516581b46
Octal264307236120252613033106
Binary1011010011000111100111101010010101101101011000110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C79E; }

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

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

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

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

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

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

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

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