#B6C294

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

Shades of Sprout #B6C294

Tints of Sprout #B6C294

Color information

#B6C294 (or 0xB6C294) is unknown color: approx Sprout. HEX triplet: B6, C2 and 94. RGB value is (182,194,148). Sum of RGB (Red+Green+Blue) = 182+194+148=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C294 is #493D6B. Grayscale: #B9B9B9. Windows color (decimal): -4799852 or 9749174. OLE color: 9749174.

HSL color Cylindrical-coordinate representation of color #B6C294: hue angle of 75.65º 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 #B6C294 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB182194148-
CMYK0.0600.240.24
HSL75.65º27.38%67.06%-
HSV(B)75.65º23.71%76.08%-
XYZ43.9350.6735.48-
YUV185.17107.02125.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=34.73%
G=37.02%
B=28.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941480.0600.240.2475.6527.3867.06
HexB6C2946018184c1b43
Octal26630222460303011433103
Binary101101101100001010010100110011000110001001100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C294; }

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

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

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

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

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

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

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

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