#B6C298

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

Shades of Sprout #B6C298

Tints of Sprout #B6C298

Color information

#B6C298 (or 0xB6C298) is unknown color: approx Sprout. HEX triplet: B6, C2 and 98. RGB value is (182,194,152). Sum of RGB (Red+Green+Blue) = 182+194+152=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C298 is #493D67. Grayscale: #B9B9B9. Windows color (decimal): -4799848 or 10011318. OLE color: 10011318.

HSL color Cylindrical-coordinate representation of color #B6C298: hue angle of 77.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6C298 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB182194152-
CMYK0.0600.220.24
HSL77.14º25.61%67.84%-
HSV(B)77.14º21.65%76.08%-
XYZ44.2550.837.18-
YUV185.62109.02125.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=34.47%
G=36.74%
B=28.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821941520.0600.220.2477.1425.6167.84
HexB6C2986016184d1a44
Octal26630223060263011532104
Binary101101101100001010011000110010110110001001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C298; }

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

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

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

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

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

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

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

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