Html Css Color HEX #BED273 Wild Willow

📋 copy color: '#BED273'

red 190 ◦ green 210 ◦ blue 115

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

Shades of Wild Willow #BED273

Tints of Wild Willow #BED273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 36.89%
G = 40.78%
B = 22.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BED273 (or 0xBED273) is known color: Wild Willow. HEX triplet: BE, D2 and 73. RGB value is (190,210,115). Sum of RGB (Red+Green+Blue) = 190+210+115=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #BED273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED273 is #412D8C. Grayscale: #C1C1C1. Windows color (decimal): -4271501 or 7590590. OLE color: 7590590.

HSL color Cylindrical-coordinate representation of color #BED273: hue angle of 72.63º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED273 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 115 -
CMYK 0.10 0 0.45 0.18
HSL 72.63º 0.51% 0.64% -
HSV(B) 72.63º 0.45% 0.82% -
XYZ 47.38 58.28 24.97 -
YUV 193.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 190 210 115 0.10 0 0.45 0.18 72.63 0.51 0.64
Hex BE D2 73 A 0 2D 12 49 33 40
Octal 276 322 163 12 0 55 22 111 63 100
Binary 10111110 11010010 1110011 1010 0 101101 10010 1001001 110011 1000000

Color Harmonies of #BED273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED273

Black with #BED273

Text Example


Text Example

White with #BED273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED273; }

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

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

background-color css

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

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

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

border-color css

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

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

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