#B3C292

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

Shades of Sprout #B3C292

Tints of Sprout #B3C292

Color information

#B3C292 (or 0xB3C292) is unknown color: approx Sprout. HEX triplet: B3, C2 and 92. RGB value is (179,194,146). Sum of RGB (Red+Green+Blue) = 179+194+146=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C292 is #4C3D6D. Grayscale: #B8B8B8. Windows color (decimal): -4996462 or 9618099. OLE color: 9618099.

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

Color convert

RGB179194146-
CMYK0.0800.250.24
HSL78.75º28.24%66.67%-
HSV(B)78.75º24.74%76.08%-
XYZ43.0750.2434.62-
YUV184.04106.53124.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=34.49%
G=37.38%
B=28.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941460.0800.250.2478.7528.2466.67
HexB3C2928019184f1c43
Octal263302222100313011734103
Binary1011001111000010100100101000011001110001001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C292; }

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

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

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

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

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

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

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

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