#BED78D

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

Shades of Sprout #BED78D

Tints of Sprout #BED78D

Color information

#BED78D (or 0xBED78D) is unknown color: approx Sprout. HEX triplet: BE, D7 and 8D. RGB value is (190,215,141). Sum of RGB (Red+Green+Blue) = 190+215+141=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78D is #412872. Grayscale: #C7C7C7. Windows color (decimal): -4270195 or 9295806. OLE color: 9295806.

HSL color Cylindrical-coordinate representation of color #BED78D: hue angle of 80.27º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED78D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB190215141-
CMYK0.1200.340.16
HSL80.27º48.05%69.8%-
HSV(B)80.27º34.42%84.31%-
XYZ50.3461.4734.41-
YUV199.0995.22121.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.80%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=34.80%
G=39.38%
B=25.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151410.1200.340.1680.2748.0569.8
HexBED78DC02210503046
Octal276327215140422012060106
Binary101111101101011110001101110001000101000010100001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED78D; }

 p { color: rgb(190,215,141); }

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

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

 a { background-color: rgb(190,215,141); }

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

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

 span { border-color: rgb(190,215,141); }

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