Html Css Color HEX #BED150 Wild Willow

📋 copy color: '#BED150'

red 190 ◦ green 209 ◦ blue 80

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

Shades of Wild Willow #BED150

Tints of Wild Willow #BED150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 39.67%
G = 43.63%
B = 16.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#BED150 (or 0xBED150) is known color: Wild Willow. HEX triplet: BE, D1 and 50. RGB value is (190,209,80). Sum of RGB (Red+Green+Blue) = 190+209+80=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #BED150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED150 is #412EAF. Grayscale: #BDBDBD. Windows color (decimal): -4271792 or 5296574. OLE color: 5296574.

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

Color convert

RGB 190 209 80 -
CMYK 0.09 0 0.62 0.18
HSL 68.84º 0.58% 0.57% -
HSV(B) 68.84º 0.62% 0.82% -
XYZ 45.48 57.13 16.22 -
YUV 188.61 66.71 128.99 -
System Red Green Blue C M Y K H S L
Decimal 190 209 80 0.09 0 0.62 0.18 68.84 0.58 0.57
Hex BE D1 50 9 0 3E 12 45 3A 39
Octal 276 321 120 11 0 76 22 105 72 71
Binary 10111110 11010001 1010000 1001 0 111110 10010 1000101 111010 111001

Color Harmonies of #BED150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED150

Black with #BED150

Text Example


Text Example

White with #BED150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED150; }

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

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

background-color css

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

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

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

border-color css

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

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

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