#B4C094

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

Shades of Sprout #B4C094

Tints of Sprout #B4C094

Color information

#B4C094 (or 0xB4C094) is unknown color: approx Sprout. HEX triplet: B4, C0 and 94. RGB value is (180,192,148). Sum of RGB (Red+Green+Blue) = 180+192+148=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C094 is #4B3F6B. Grayscale: #B7B7B7. Windows color (decimal): -4931436 or 9748660. OLE color: 9748660.

HSL color Cylindrical-coordinate representation of color #B4C094: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C094 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB180192148-
CMYK0.0600.230.25
HSL76.36º25.88%66.67%-
HSV(B)76.36º22.92%75.29%-
XYZ43.0249.5435.31-
YUV183.4108.02125.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=34.62%
G=36.92%
B=28.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801921480.0600.230.2576.3625.8866.67
HexB4C0946017194c1a43
Octal26430022460273111432103
Binary101101001100000010010100110010111110011001100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C094; }

 p { color: rgb(180,192,148); }

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

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

 a { background-color: rgb(180,192,148); }

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

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

 span { border-color: rgb(180,192,148); }

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