Html Css Color HEX #BED171 Wild Willow

📋 copy color: '#BED171'

red 190 ◦ green 209 ◦ blue 113

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

Shades of Wild Willow #BED171

Tints of Wild Willow #BED171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.07%

R = 37.11%
G = 40.82%
B = 22.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BED171 (or 0xBED171) is known color: Wild Willow. HEX triplet: BE, D1 and 71. RGB value is (190,209,113). Sum of RGB (Red+Green+Blue) = 190+209+113=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #BED171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED171 is #412E8E. Grayscale: #C0C0C0. Windows color (decimal): -4271759 or 7459262. OLE color: 7459262.

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

Color convert

RGB 190 209 113 -
CMYK 0.09 0 0.46 0.18
HSL 71.88º 0.51% 0.63% -
HSV(B) 71.88º 0.46% 0.82% -
XYZ 47.02 57.74 24.29 -
YUV 192.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 190 209 113 0.09 0 0.46 0.18 71.88 0.51 0.63
Hex BE D1 71 9 0 2E 12 48 33 3F
Octal 276 321 161 11 0 56 22 110 63 77
Binary 10111110 11010001 1110001 1001 0 101110 10010 1001000 110011 111111

Color Harmonies of #BED171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED171

Black with #BED171

Text Example


Text Example

White with #BED171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED171; }

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

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

background-color css

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

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

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

border-color css

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

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

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