#B3CD8C

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

Shades of Sprout #B3CD8C

Tints of Sprout #B3CD8C

Color information

#B3CD8C (or 0xB3CD8C) is unknown color: approx Sprout. HEX triplet: B3, CD and 8C. RGB value is (179,205,140). Sum of RGB (Red+Green+Blue) = 179+205+140=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #B3CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CD8C is #4C3273. Grayscale: #BEBEBE. Windows color (decimal): -4993652 or 9227699. OLE color: 9227699.

HSL color Cylindrical-coordinate representation of color #B3CD8C: hue angle of 84º 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 #B3CD8C is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB179205140-
CMYK0.1300.320.20
HSL84º39.39%67.65%-
HSV(B)84º31.71%80.39%-
XYZ45.1655.1433.07-
YUV189.8299.89120.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=34.16%
G=39.12%
B=26.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792051400.1300.320.208439.3967.65
HexB3CD8CD02014542744
Octal263315214150402412447104
Binary101100111100110110001100110101000001010010101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CD8C; }

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

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

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

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

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

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

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

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