#B3C394

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

Shades of Sprout #B3C394

Tints of Sprout #B3C394

Color information

#B3C394 (or 0xB3C394) is unknown color: approx Sprout. HEX triplet: B3, C3 and 94. RGB value is (179,195,148). Sum of RGB (Red+Green+Blue) = 179+195+148=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C394 is #4C3C6B. Grayscale: #B9B9B9. Windows color (decimal): -4996204 or 9749427. OLE color: 9749427.

HSL color Cylindrical-coordinate representation of color #B3C394: hue angle of 80.43º degrees, saturation: 0.28, 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 #B3C394 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB179195148-
CMYK0.0800.240.24
HSL80.43º28.14%67.25%-
HSV(B)80.43º24.1%76.47%-
XYZ43.4550.7535.52-
YUV184.86107.2123.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=34.29%
G=37.36%
B=28.35%

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
Decimal1791951480.0800.240.2480.4328.1467.25
HexB3C394801818501c43
Octal263303224100303012034103
Binary1011001111000011100101001000011000110001010000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C394; }

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

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

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

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

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

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

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

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