#B2C598

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

Shades of Sprout #B2C598

Tints of Sprout #B2C598

Color information

#B2C598 (or 0xB2C598) is unknown color: approx Sprout. HEX triplet: B2, C5 and 98. RGB value is (178,197,152). Sum of RGB (Red+Green+Blue) = 178+197+152=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C598 is #4D3A67. Grayscale: #BABABA. Windows color (decimal): -5061224 or 10012082. OLE color: 10012082.

HSL color Cylindrical-coordinate representation of color #B2C598: hue angle of 85.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C598 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB178197152-
CMYK0.1000.230.23
HSL85.33º27.95%68.43%-
HSV(B)85.33º22.84%77.25%-
XYZ43.9951.6637.36-
YUV186.19108.71122.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=33.78%
G=37.38%
B=28.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971520.1000.230.2385.3327.9568.43
HexB2C598A01717551c44
Octal262305230120272712534104
Binary1011001011000101100110001010010111101111010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C598; }

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

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

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

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

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

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

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

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