Html Css Color HEX #BED060 Wild Willow

📋 copy color: '#BED060'

red 190 ◦ green 208 ◦ blue 96

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

Shades of Wild Willow #BED060

Tints of Wild Willow #BED060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.43%

R = 38.46%
G = 42.11%
B = 19.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#BED060 (or 0xBED060) is known color: Wild Willow. HEX triplet: BE, D0 and 60. RGB value is (190,208,96). Sum of RGB (Red+Green+Blue) = 190+208+96=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #BED060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED060 is #412F9F. Grayscale: #BEBEBE. Windows color (decimal): -4272032 or 6344894. OLE color: 6344894.

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

Color convert

RGB 190 208 96 -
CMYK 0.09 0 0.54 0.18
HSL 69.64º 0.54% 0.6% -
HSV(B) 69.64º 0.54% 0.82% -
XYZ 45.9 56.9 19.63 -
YUV 189.85 75.04 128.11 -
System Red Green Blue C M Y K H S L
Decimal 190 208 96 0.09 0 0.54 0.18 69.64 0.54 0.6
Hex BE D0 60 9 0 36 12 46 36 3C
Octal 276 320 140 11 0 66 22 106 66 74
Binary 10111110 11010000 1100000 1001 0 110110 10010 1000110 110110 111100

Color Harmonies of #BED060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED060

Black with #BED060

Text Example


Text Example

White with #BED060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED060; }

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

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

background-color css

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

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

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

border-color css

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

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

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