Html Css Color HEX #BED551 Wild Willow

📋 copy color: '#BED551'

red 190 ◦ green 213 ◦ blue 81

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

Shades of Wild Willow #BED551

Tints of Wild Willow #BED551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.01%

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

R = 39.26%
G = 44.01%
B = 16.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BED551 (or 0xBED551) is known color: Wild Willow. HEX triplet: BE, D5 and 51. RGB value is (190,213,81). Sum of RGB (Red+Green+Blue) = 190+213+81=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #BED551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED551 is #412AAE. Grayscale: #BFBFBF. Windows color (decimal): -4270767 or 5363134. OLE color: 5363134.

HSL color Cylindrical-coordinate representation of color #BED551: hue angle of 70.45º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED551 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 81 -
CMYK 0.11 0 0.62 0.16
HSL 70.45º 0.61% 0.58% -
HSV(B) 70.45º 0.62% 0.84% -
XYZ 46.51 59.13 16.75 -
YUV 191.08 65.88 127.23 -
System Red Green Blue C M Y K H S L
Decimal 190 213 81 0.11 0 0.62 0.16 70.45 0.61 0.58
Hex BE D5 51 B 0 3E 10 46 3D 3A
Octal 276 325 121 13 0 76 20 106 75 72
Binary 10111110 11010101 1010001 1011 0 111110 10000 1000110 111101 111010

Color Harmonies of #BED551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED551

Black with #BED551

Text Example


Text Example

White with #BED551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED551; }

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

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

background-color css

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

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

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

border-color css

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

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

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