#B4C29E

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

Shades of Sprout #B4C29E

Tints of Sprout #B4C29E

Color information

#B4C29E (or 0xB4C29E) is unknown color: approx Sprout. HEX triplet: B4, C2 and 9E. RGB value is (180,194,158). Sum of RGB (Red+Green+Blue) = 180+194+158=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C29E is #4B3D61. Grayscale: #B9B9B9. Windows color (decimal): -4930914 or 10404532. OLE color: 10404532.

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

Color convert

RGB180194158-
CMYK0.0700.190.24
HSL83.33º22.78%69.02%-
HSV(B)83.33º18.56%76.08%-
XYZ44.2950.7639.81-
YUV185.71112.36123.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=33.83%
G=36.47%
B=29.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801941580.0700.190.2483.3322.7869.02
HexB4C29E701318531745
Octal26430223670233012327105
Binary101101001100001010011110111010011110001010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C29E; }

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

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

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

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

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

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

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

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