Html Css Color HEX #BED058 Wild Willow

📋 copy color: '#BED058'

red 190 ◦ green 208 ◦ blue 88

#BED058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BED058

Tints of Wild Willow #BED058

RGB

 RED value IS 190 (74.61% from 255) = 39.09%

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 88 (34.77% from 255) = 18.11%

R = 39.09%
G = 42.8%
B = 18.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#BED058 (or 0xBED058) is known color: Wild Willow. HEX triplet: BE, D0 and 58. RGB value is (190,208,88). Sum of RGB (Red+Green+Blue) = 190+208+88=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #BED058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED058 is #412FA7. Grayscale: #BDBDBD. Windows color (decimal): -4272040 or 5820606. OLE color: 5820606.

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

Color convert

RGB 190 208 88 -
CMYK 0.09 0 0.58 0.18
HSL 69º 0.56% 0.58% -
HSV(B) 69º 0.58% 0.82% -
XYZ 45.55 56.76 17.79 -
YUV 188.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 190 208 88 0.09 0 0.58 0.18 69 0.56 0.58
Hex BE D0 58 9 0 3A 12 45 38 3A
Octal 276 320 130 11 0 72 22 105 70 72
Binary 10111110 11010000 1011000 1001 0 111010 10010 1000101 111000 111010

Color Harmonies of #BED058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED058

Black with #BED058

Text Example


Text Example

White with #BED058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED058; }

 p { color: rgb(190,208,88); }

 H1.HeaderClassName
 {
   color: #BED058;
 }
 .AnyTagClassName
 {
   color: #BED058;
 }
</style>

background-color css

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

 a { background-color: rgb(190,208,88); }

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

border-color css

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

 span { border-color: rgb(190,208,88); }

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