#bed25b

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

Shades of Wild Willow #BED25B

Tints of Wild Willow #BED25B

Color information

#BED25B (or 0xBED25B) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 5B. RGB value is (190,210,91). Sum of RGB (Red+Green+Blue) = 190+210+91=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #BED25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED25B is #412DA4. Grayscale: #BEBEBE. Windows color (decimal): -4271525 or 6017726. OLE color: 6017726.

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

Color convert

RGB19021091-
CMYK0.1000.570.18
HSL70.08º56.94%59.02%-
HSV(B)70.08º56.67%82.35%-
XYZ46.1757.818.62-
YUV190.4571.87127.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=38.70%
G=42.77%
B=18.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190210910.1000.570.1870.0856.9459.02
HexBED25BA0391246393b
Octal27632213312071221067173
Binary1011111011010010101101110100111001100101000110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bed25b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bed25b; }

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

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

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

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

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

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

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

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