Html Css Color HEX #BED571 Wild Willow

📋 copy color: '#BED571'

red 190 ◦ green 213 ◦ blue 113

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

Shades of Wild Willow #BED571

Tints of Wild Willow #BED571

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 36.82%
G = 41.28%
B = 21.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#BED571 (or 0xBED571) is known color: Wild Willow. HEX triplet: BE, D5 and 71. RGB value is (190,213,113). Sum of RGB (Red+Green+Blue) = 190+213+113=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #BED571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED571 is #412A8E. Grayscale: #C3C3C3. Windows color (decimal): -4270735 or 7460286. OLE color: 7460286.

HSL color Cylindrical-coordinate representation of color #BED571: hue angle of 73.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BED571 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 113 -
CMYK 0.11 0 0.47 0.16
HSL 73.8º 0.54% 0.64% -
HSV(B) 73.8º 0.47% 0.84% -
XYZ 48.01 59.73 24.62 -
YUV 194.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 190 213 113 0.11 0 0.47 0.16 73.8 0.54 0.64
Hex BE D5 71 B 0 2F 10 4A 36 40
Octal 276 325 161 13 0 57 20 112 66 100
Binary 10111110 11010101 1110001 1011 0 101111 10000 1001010 110110 1000000

Color Harmonies of #BED571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED571

Black with #BED571

Text Example


Text Example

White with #BED571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED571; }

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

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

background-color css

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

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

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

border-color css

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

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

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