Html Css Color HEX #BED151 Wild Willow

📋 copy color: '#BED151'

red 190 ◦ green 209 ◦ blue 81

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

Shades of Wild Willow #BED151

Tints of Wild Willow #BED151

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.54%

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

R = 39.58%
G = 43.54%
B = 16.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#BED151 (or 0xBED151) is known color: Wild Willow. HEX triplet: BE, D1 and 51. RGB value is (190,209,81). Sum of RGB (Red+Green+Blue) = 190+209+81=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #BED151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED151 is #412EAE. Grayscale: #BDBDBD. Windows color (decimal): -4271791 or 5362110. OLE color: 5362110.

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

Color convert

RGB 190 209 81 -
CMYK 0.09 0 0.61 0.18
HSL 68.91º 0.58% 0.57% -
HSV(B) 68.91º 0.61% 0.82% -
XYZ 45.52 57.14 16.41 -
YUV 188.73 67.21 128.91 -
System Red Green Blue C M Y K H S L
Decimal 190 209 81 0.09 0 0.61 0.18 68.91 0.58 0.57
Hex BE D1 51 9 0 3D 12 45 3A 39
Octal 276 321 121 11 0 75 22 105 72 71
Binary 10111110 11010001 1010001 1001 0 111101 10010 1000101 111010 111001

Color Harmonies of #BED151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED151

Black with #BED151

Text Example


Text Example

White with #BED151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED151; }

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

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

background-color css

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

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

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

border-color css

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

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

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