Html Css Color HEX #BED051 Wild Willow

📋 copy color: '#BED051'

red 190 ◦ green 208 ◦ blue 81

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

Shades of Wild Willow #BED051

Tints of Wild Willow #BED051

RGB

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

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

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

R = 39.67%
G = 43.42%
B = 16.91%

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

#BED051 (or 0xBED051) is known color: Wild Willow. HEX triplet: BE, D0 and 51. RGB value is (190,208,81). Sum of RGB (Red+Green+Blue) = 190+208+81=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #BED051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED051 is #412FAE. Grayscale: #BCBCBC. Windows color (decimal): -4272047 or 5361854. OLE color: 5361854.

HSL color Cylindrical-coordinate representation of color #BED051: hue angle of 68.5º degrees, saturation: 0.57, 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 #BED051 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 81 -
CMYK 0.09 0 0.61 0.18
HSL 68.5º 0.57% 0.57% -
HSV(B) 68.5º 0.61% 0.82% -
XYZ 45.28 56.65 16.33 -
YUV 188.14 67.54 129.33 -
System Red Green Blue C M Y K H S L
Decimal 190 208 81 0.09 0 0.61 0.18 68.5 0.57 0.57
Hex BE D0 51 9 0 3D 12 45 39 39
Octal 276 320 121 11 0 75 22 105 71 71
Binary 10111110 11010000 1010001 1001 0 111101 10010 1000101 111001 111001

Color Harmonies of #BED051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED051

Black with #BED051

Text Example


Text Example

White with #BED051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED051; }

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

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

background-color css

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

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

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

border-color css

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

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

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