#BED18F

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

Shades of Sprout #BED18F

Tints of Sprout #BED18F

Color information

#BED18F (or 0xBED18F) is unknown color: approx Sprout. HEX triplet: BE, D1 and 8F. RGB value is (190,209,143). Sum of RGB (Red+Green+Blue) = 190+209+143=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BED18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED18F is #412E70. Grayscale: #C4C4C4. Windows color (decimal): -4271729 or 9425342. OLE color: 9425342.

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

Color convert

RGB190209143-
CMYK0.0900.320.18
HSL77.27º41.77%69.02%-
HSV(B)77.27º31.58%81.96%-
XYZ48.9958.5334.7-
YUV195.898.21123.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 143 (56.25% from 255) = 26.38%
R=35.06%
G=38.56%
B=26.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091430.0900.320.1877.2741.7769.02
HexBED18F9020124d2a45
Octal276321217110402211552105
Binary101111101101000110001111100101000001001010011011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED18F; }

 p { color: rgb(190,209,143); }

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

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

 a { background-color: rgb(190,209,143); }

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

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

 span { border-color: rgb(190,209,143); }

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