Html Css Color HEX #BED160 Wild Willow

📋 copy color: '#BED160'

red 190 ◦ green 209 ◦ blue 96

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

Shades of Wild Willow #BED160

Tints of Wild Willow #BED160

RGB

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

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

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

R = 38.38%
G = 42.22%
B = 19.39%

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

#BED160 (or 0xBED160) is known color: Wild Willow. HEX triplet: BE, D1 and 60. RGB value is (190,209,96). Sum of RGB (Red+Green+Blue) = 190+209+96=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #BED160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED160 is #412E9F. Grayscale: #BEBEBE. Windows color (decimal): -4271776 or 6345150. OLE color: 6345150.

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

Color convert

RGB 190 209 96 -
CMYK 0.09 0 0.54 0.18
HSL 70.09º 0.55% 0.6% -
HSV(B) 70.09º 0.54% 0.82% -
XYZ 46.15 57.39 19.71 -
YUV 190.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 190 209 96 0.09 0 0.54 0.18 70.09 0.55 0.6
Hex BE D1 60 9 0 36 12 46 37 3C
Octal 276 321 140 11 0 66 22 106 67 74
Binary 10111110 11010001 1100000 1001 0 110110 10010 1000110 110111 111100

Color Harmonies of #BED160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED160

Black with #BED160

Text Example


Text Example

White with #BED160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED160; }

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

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

background-color css

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

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

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

border-color css

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

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

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