#B2C298

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

Shades of Sprout #B2C298

Tints of Sprout #B2C298

Color information

#B2C298 (or 0xB2C298) is unknown color: approx Sprout. HEX triplet: B2, C2 and 98. RGB value is (178,194,152). Sum of RGB (Red+Green+Blue) = 178+194+152=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C298 is #4D3D67. Grayscale: #B8B8B8. Windows color (decimal): -5061992 or 10011314. OLE color: 10011314.

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

Color convert

RGB178194152-
CMYK0.0800.220.24
HSL82.86º25.61%67.84%-
HSV(B)82.86º21.65%76.08%-
XYZ43.3250.3237.13-
YUV184.43109.7123.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=33.97%
G=37.02%
B=29.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941520.0800.220.2482.8625.6167.84
HexB2C298801618531a44
Octal262302230100263012332104
Binary1011001011000010100110001000010110110001010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C298; }

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

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

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

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

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

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

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

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