Html Css Color HEX #BED351 Wild Willow

📋 copy color: '#BED351'

red 190 ◦ green 211 ◦ blue 81

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

Shades of Wild Willow #BED351

Tints of Wild Willow #BED351

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

 BLUE value IS 81 (32.03% from 255) = 16.8%

R = 39.42%
G = 43.78%
B = 16.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#BED351 (or 0xBED351) is known color: Wild Willow. HEX triplet: BE, D3 and 51. RGB value is (190,211,81). Sum of RGB (Red+Green+Blue) = 190+211+81=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #BED351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED351 is #412CAE. Grayscale: #BEBEBE. Windows color (decimal): -4271279 or 5362622. OLE color: 5362622.

HSL color Cylindrical-coordinate representation of color #BED351: hue angle of 69.69º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED351 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 81 -
CMYK 0.10 0 0.62 0.17
HSL 69.69º 0.6% 0.57% -
HSV(B) 69.69º 0.62% 0.83% -
XYZ 46.01 58.13 16.58 -
YUV 189.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 190 211 81 0.10 0 0.62 0.17 69.69 0.6 0.57
Hex BE D3 51 A 0 3E 11 46 3C 39
Octal 276 323 121 12 0 76 21 106 74 71
Binary 10111110 11010011 1010001 1010 0 111110 10001 1000110 111100 111001

Color Harmonies of #BED351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED351

Black with #BED351

Text Example


Text Example

White with #BED351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED351; }

 p { color: rgb(190,211,81); }

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

background-color css

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

 a { background-color: rgb(190,211,81); }

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

border-color css

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

 span { border-color: rgb(190,211,81); }

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