#BED090

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

Shades of Sprout #BED090

Tints of Sprout #BED090

Color information

#BED090 (or 0xBED090) is unknown color: approx Sprout. HEX triplet: BE, D0 and 90. RGB value is (190,208,144). Sum of RGB (Red+Green+Blue) = 190+208+144=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #BED090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED090 is #412F6F. Grayscale: #C3C3C3. Windows color (decimal): -4271984 or 9490622. OLE color: 9490622.

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

Color convert

RGB190208144-
CMYK0.0900.310.18
HSL76.88º40.51%69.02%-
HSV(B)76.88º30.77%81.57%-
XYZ48.8358.0735.02-
YUV195.3299.04124.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 208 (81.64% from 255) = 38.38%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=35.06%
G=38.38%
B=26.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081440.0900.310.1876.8840.5169.02
HexBED090901F124d2945
Octal276320220110372211551105
Binary10111110110100001001000010010111111001010011011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED090; }

 p { color: rgb(190,208,144); }

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

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

 a { background-color: rgb(190,208,144); }

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

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

 span { border-color: rgb(190,208,144); }

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