Html Css Color HEX #BED056 Wild Willow

📋 copy color: '#BED056'

red 190 ◦ green 208 ◦ blue 86

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

Shades of Wild Willow #BED056

Tints of Wild Willow #BED056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 39.26%
G = 42.98%
B = 17.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#BED056 (or 0xBED056) is known color: Wild Willow. HEX triplet: BE, D0 and 56. RGB value is (190,208,86). Sum of RGB (Red+Green+Blue) = 190+208+86=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #BED056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED056 is #412FA9. Grayscale: #BDBDBD. Windows color (decimal): -4272042 or 5689534. OLE color: 5689534.

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

Color convert

RGB 190 208 86 -
CMYK 0.09 0 0.59 0.18
HSL 68.85º 0.56% 0.58% -
HSV(B) 68.85º 0.59% 0.82% -
XYZ 45.47 56.73 17.36 -
YUV 188.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 190 208 86 0.09 0 0.59 0.18 68.85 0.56 0.58
Hex BE D0 56 9 0 3B 12 45 38 3A
Octal 276 320 126 11 0 73 22 105 70 72
Binary 10111110 11010000 1010110 1001 0 111011 10010 1000101 111000 111010

Color Harmonies of #BED056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED056

Black with #BED056

Text Example


Text Example

White with #BED056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED056; }

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

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

background-color css

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

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

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

border-color css

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

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

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