#BEDB98

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

Shades of Sprout #BEDB98

Tints of Sprout #BEDB98

Color information

#BEDB98 (or 0xBEDB98) is unknown color: approx Sprout. HEX triplet: BE, DB and 98. RGB value is (190,219,152). Sum of RGB (Red+Green+Blue) = 190+219+152=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB98 is #412467. Grayscale: #CACACA. Windows color (decimal): -4269160 or 10017726. OLE color: 10017726.

HSL color Cylindrical-coordinate representation of color #BEDB98: hue angle of 85.97º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEDB98 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB190219152-
CMYK0.1300.310.14
HSL85.97º48.2%72.75%-
HSV(B)85.97º30.59%85.88%-
XYZ52.2363.8839.28-
YUV202.6999.39118.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=33.87%
G=39.04%
B=27.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191520.1300.310.1485.9748.272.75
HexBEDB98D01FE563049
Octal276333230150371612660111
Binary1011111011011011100110001101011111111010101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB98; }

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

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

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

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

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

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

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

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