#B2C39F

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

Shades of Sprout #B2C39F

Tints of Sprout #B2C39F

Color information

#B2C39F (or 0xB2C39F) is unknown color: approx Sprout. HEX triplet: B2, C3 and 9F. RGB value is (178,195,159). Sum of RGB (Red+Green+Blue) = 178+195+159=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C39F is #4D3C60. Grayscale: #B9B9B9. Windows color (decimal): -5061729 or 10470322. OLE color: 10470322.

HSL color Cylindrical-coordinate representation of color #B2C39F: hue angle of 88.33º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2C39F is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB178195159-
CMYK0.0900.180.24
HSL88.33º23.08%69.41%-
HSV(B)88.33º18.46%76.47%-
XYZ44.135140.32-
YUV185.81112.87122.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 159 (62.5% from 255) = 29.89%
R=33.46%
G=36.65%
B=29.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951590.0900.180.2488.3323.0869.41
HexB2C39F901218581745
Octal262303237110223013027105
Binary1011001011000011100111111001010010110001011000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C39F; }

 p { color: rgb(178,195,159); }

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

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

 a { background-color: rgb(178,195,159); }

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

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

 span { border-color: rgb(178,195,159); }

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