Html Css Color HEX #BED073 Wild Willow

📋 copy color: '#BED073'

red 190 ◦ green 208 ◦ blue 115

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

Shades of Wild Willow #BED073

Tints of Wild Willow #BED073

RGB

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

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

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

R = 37.04%
G = 40.55%
B = 22.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BED073 (or 0xBED073) is known color: Wild Willow. HEX triplet: BE, D0 and 73. RGB value is (190,208,115). Sum of RGB (Red+Green+Blue) = 190+208+115=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #BED073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED073 is #412F8C. Grayscale: #C0C0C0. Windows color (decimal): -4272013 or 7590078. OLE color: 7590078.

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

Color convert

RGB 190 208 115 -
CMYK 0.09 0 0.45 0.18
HSL 71.61º 0.5% 0.63% -
HSV(B) 71.61º 0.45% 0.82% -
XYZ 46.89 57.3 24.81 -
YUV 192.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 190 208 115 0.09 0 0.45 0.18 71.61 0.5 0.63
Hex BE D0 73 9 0 2D 12 48 32 3F
Octal 276 320 163 11 0 55 22 110 62 77
Binary 10111110 11010000 1110011 1001 0 101101 10010 1001000 110010 111111

Color Harmonies of #BED073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED073

Black with #BED073

Text Example


Text Example

White with #BED073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED073; }

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

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

background-color css

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

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

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

border-color css

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

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

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