#BED993

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

Shades of Sprout #BED993

Tints of Sprout #BED993

Color information

#BED993 (or 0xBED993) is unknown color: approx Sprout. HEX triplet: BE, D9 and 93. RGB value is (190,217,147). Sum of RGB (Red+Green+Blue) = 190+217+147=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #BED993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED993 is #41266C. Grayscale: #C9C9C9. Windows color (decimal): -4269677 or 9689534. OLE color: 9689534.

HSL color Cylindrical-coordinate representation of color #BED993: hue angle of 83.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED993 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB190217147-
CMYK0.1200.320.15
HSL83.14º47.95%71.37%-
HSV(B)83.14º32.26%85.1%-
XYZ51.3162.6837-
YUV200.9597.55120.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=34.30%
G=39.17%
B=26.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171470.1200.320.1583.1447.9571.37
HexBED993C020F533047
Octal276331223140401712360107
Binary10111110110110011001001111000100000111110100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED993; }

 p { color: rgb(190,217,147); }

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

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

 a { background-color: rgb(190,217,147); }

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

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

 span { border-color: rgb(190,217,147); }

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