#BEDB90

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

Shades of Sprout #BEDB90

Tints of Sprout #BEDB90

Color information

#BEDB90 (or 0xBEDB90) is unknown color: approx Sprout. HEX triplet: BE, DB and 90. RGB value is (190,219,144). Sum of RGB (Red+Green+Blue) = 190+219+144=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB90 is #41246F. Grayscale: #CACACA. Windows color (decimal): -4269168 or 9493438. OLE color: 9493438.

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

Color convert

RGB190219144-
CMYK0.1300.340.14
HSL83.2º51.02%71.18%-
HSV(B)83.2º34.25%85.88%-
XYZ51.663.6235.95-
YUV201.7895.39119.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=34.36%
G=39.60%
B=26.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191440.1300.340.1483.251.0271.18
HexBEDB90D022E533347
Octal276333220150421612363107
Binary10111110110110111001000011010100010111010100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB90; }

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

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

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

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

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

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

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

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