#BED25D

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

Shades of Wild Willow #BED25D

Tints of Wild Willow #BED25D

Color information

#BED25D (or 0xBED25D) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 5D. RGB value is (190,210,93). Sum of RGB (Red+Green+Blue) = 190+210+93=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #BED25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED25D is #412DA2. Grayscale: #BFBFBF. Windows color (decimal): -4271523 or 6148798. OLE color: 6148798.

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

Color convert

RGB19021093-
CMYK0.1000.560.18
HSL70.26º56.52%59.41%-
HSV(B)70.26º55.71%82.35%-
XYZ46.2657.8319.08-
YUV190.6872.87127.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 210 (82.42% from 255) = 42.60%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=38.54%
G=42.60%
B=18.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190210930.1000.560.1870.2656.5259.41
HexBED25DA0381246393b
Octal27632213512070221067173
Binary1011111011010010101110110100111000100101000110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED25D; }

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

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

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

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

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

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

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

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