#BED298

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

Shades of Sprout #BED298

Tints of Sprout #BED298

Color information

#BED298 (or 0xBED298) is unknown color: approx Sprout. HEX triplet: BE, D2 and 98. RGB value is (190,210,152). Sum of RGB (Red+Green+Blue) = 190+210+152=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BED298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED298 is #412D67. Grayscale: #C5C5C5. Windows color (decimal): -4271464 or 10015422. OLE color: 10015422.

HSL color Cylindrical-coordinate representation of color #BED298: hue angle of 80.69º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED298 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB190210152-
CMYK0.1000.280.18
HSL80.69º39.19%70.98%-
HSV(B)80.69º27.62%82.35%-
XYZ49.9559.3138.52-
YUV197.41102.37122.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 210 (82.42% from 255) = 38.04%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=34.42%
G=38.04%
B=27.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101520.1000.280.1880.6939.1970.98
HexBED298A01C12512747
Octal276322230120342212147107
Binary10111110110100101001100010100111001001010100011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED298; }

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

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

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

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

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

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

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

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