#B2C094

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

Shades of Sprout #B2C094

Tints of Sprout #B2C094

Color information

#B2C094 (or 0xB2C094) is unknown color: approx Sprout. HEX triplet: B2, C0 and 94. RGB value is (178,192,148). Sum of RGB (Red+Green+Blue) = 178+192+148=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C094 is #4D3F6B. Grayscale: #B6B6B6. Windows color (decimal): -5062508 or 9748658. OLE color: 9748658.

HSL color Cylindrical-coordinate representation of color #B2C094: hue angle of 79.09º 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 #B2C094 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB178192148-
CMYK0.0700.230.25
HSL79.09º25.88%66.67%-
HSV(B)79.09º22.92%75.29%-
XYZ42.5649.335.29-
YUV182.8108.36124.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=34.36%
G=37.07%
B=28.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921480.0700.230.2579.0925.8866.67
HexB2C0947017194f1a43
Octal26230022470273111732103
Binary101100101100000010010100111010111110011001111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C094; }

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

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

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

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

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

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

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

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