#B2CA8D

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

Shades of Sprout #B2CA8D

Tints of Sprout #B2CA8D

Color information

#B2CA8D (or 0xB2CA8D) is unknown color: approx Sprout. HEX triplet: B2, CA and 8D. RGB value is (178,202,141). Sum of RGB (Red+Green+Blue) = 178+202+141=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CA8D is #4D3572. Grayscale: #BCBCBC. Windows color (decimal): -5059955 or 9292466. OLE color: 9292466.

HSL color Cylindrical-coordinate representation of color #B2CA8D: hue angle of 83.61º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2CA8D is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB178202141-
CMYK0.1200.300.21
HSL83.61º36.53%67.25%-
HSV(B)83.61º30.2%79.22%-
XYZ44.2953.6333.22-
YUV187.87101.55120.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=34.17%
G=38.77%
B=27.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021410.1200.300.2183.6136.5367.25
HexB2CA8DC01E15542543
Octal262312215140362512445103
Binary10110010110010101000110111000111101010110101001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA8D; }

 p { color: rgb(178,202,141); }

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

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

 a { background-color: rgb(178,202,141); }

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

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

 span { border-color: rgb(178,202,141); }

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