Html Css Color HEX #BED261 Wild Willow

📋 copy color: '#BED261'

red 190 ◦ green 210 ◦ blue 97

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

Shades of Wild Willow #BED261

Tints of Wild Willow #BED261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.25%

 BLUE value IS 97 (38.28% from 255) = 19.52%

R = 38.23%
G = 42.25%
B = 19.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#BED261 (or 0xBED261) is known color: Wild Willow. HEX triplet: BE, D2 and 61. RGB value is (190,210,97). Sum of RGB (Red+Green+Blue) = 190+210+97=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #BED261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED261 is #412D9E. Grayscale: #BFBFBF. Windows color (decimal): -4271519 or 6410942. OLE color: 6410942.

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

Color convert

RGB 190 210 97 -
CMYK 0.10 0 0.54 0.18
HSL 70.62º 0.56% 0.6% -
HSV(B) 70.62º 0.54% 0.82% -
XYZ 46.44 57.9 20.04 -
YUV 191.14 74.87 127.19 -
System Red Green Blue C M Y K H S L
Decimal 190 210 97 0.10 0 0.54 0.18 70.62 0.56 0.6
Hex BE D2 61 A 0 36 12 47 38 3C
Octal 276 322 141 12 0 66 22 107 70 74
Binary 10111110 11010010 1100001 1010 0 110110 10010 1000111 111000 111100

Color Harmonies of #BED261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED261

Black with #BED261

Text Example


Text Example

White with #BED261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED261; }

 p { color: rgb(190,210,97); }

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

background-color css

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

 a { background-color: rgb(190,210,97); }

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

border-color css

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

 span { border-color: rgb(190,210,97); }

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