#BED28F

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

Shades of Sprout #BED28F

Tints of Sprout #BED28F

Color information

#BED28F (or 0xBED28F) is unknown color: approx Sprout. HEX triplet: BE, D2 and 8F. RGB value is (190,210,143). Sum of RGB (Red+Green+Blue) = 190+210+143=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BED28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED28F is #412D70. Grayscale: #C4C4C4. Windows color (decimal): -4271473 or 9425598. OLE color: 9425598.

HSL color Cylindrical-coordinate representation of color #BED28F: hue angle of 77.91º degrees, saturation: 0.43, 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 #BED28F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB190210143-
CMYK0.1000.320.18
HSL77.91º42.68%69.22%-
HSV(B)77.91º31.9%82.35%-
XYZ49.2459.0234.78-
YUV196.3897.87123.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.99%
GREEN value IS 210 (82.42% from 255) = 38.67%
BLUE value IS 143 (56.25% from 255) = 26.34%
R=34.99%
G=38.67%
B=26.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101430.1000.320.1877.9142.6869.22
HexBED28FA020124e2b45
Octal276322217120402211653105
Binary101111101101001010001111101001000001001010011101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED28F; }

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

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

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

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

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

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

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

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