#B3C294

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

Shades of Sprout #B3C294

Tints of Sprout #B3C294

Color information

#B3C294 (or 0xB3C294) is unknown color: approx Sprout. HEX triplet: B3, C2 and 94. RGB value is (179,194,148). Sum of RGB (Red+Green+Blue) = 179+194+148=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C294 is #4C3D6B. Grayscale: #B8B8B8. Windows color (decimal): -4996460 or 9749171. OLE color: 9749171.

HSL color Cylindrical-coordinate representation of color #B3C294: hue angle of 79.57º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C294 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB179194148-
CMYK0.0800.240.24
HSL79.57º27.38%67.06%-
HSV(B)79.57º23.71%76.08%-
XYZ43.2350.3135.45-
YUV184.27107.53124.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=34.36%
G=37.24%
B=28.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941480.0800.240.2479.5727.3867.06
HexB3C294801818501b43
Octal263302224100303012033103
Binary1011001111000010100101001000011000110001010000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C294; }

 p { color: rgb(179,194,148); }

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

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

 a { background-color: rgb(179,194,148); }

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

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

 span { border-color: rgb(179,194,148); }

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