#B6CD8C

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

Shades of Sprout #B6CD8C

Tints of Sprout #B6CD8C

Color information

#B6CD8C (or 0xB6CD8C) is unknown color: approx Sprout. HEX triplet: B6, CD and 8C. RGB value is (182,205,140). Sum of RGB (Red+Green+Blue) = 182+205+140=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CD8C is #493273. Grayscale: #BEBEBE. Windows color (decimal): -4797044 or 9227702. OLE color: 9227702.

HSL color Cylindrical-coordinate representation of color #B6CD8C: hue angle of 81.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6CD8C is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB182205140-
CMYK0.1100.320.20
HSL81.23º39.39%67.65%-
HSV(B)81.23º31.71%80.39%-
XYZ45.8655.533.11-
YUV190.7199.38121.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 140 (55.08% from 255) = 26.57%
R=34.54%
G=38.90%
B=26.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051400.1100.320.2081.2339.3967.65
HexB6CD8CB02014512744
Octal266315214130402412147104
Binary101101101100110110001100101101000001010010100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD8C; }

 p { color: rgb(182,205,140); }

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

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

 a { background-color: rgb(182,205,140); }

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

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

 span { border-color: rgb(182,205,140); }

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