Html Css Color HEX #BED561 Wild Willow

📋 copy color: '#BED561'

red 190 ◦ green 213 ◦ blue 97

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

Shades of Wild Willow #BED561

Tints of Wild Willow #BED561

RGB

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

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

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

R = 38%
G = 42.6%
B = 19.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#BED561 (or 0xBED561) is known color: Wild Willow. HEX triplet: BE, D5 and 61. RGB value is (190,213,97). Sum of RGB (Red+Green+Blue) = 190+213+97=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #BED561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED561 is #412A9E. Grayscale: #C1C1C1. Windows color (decimal): -4270751 or 6411710. OLE color: 6411710.

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

Color convert

RGB 190 213 97 -
CMYK 0.11 0 0.54 0.16
HSL 71.9º 0.58% 0.61% -
HSV(B) 71.9º 0.54% 0.84% -
XYZ 47.19 59.4 20.29 -
YUV 192.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 190 213 97 0.11 0 0.54 0.16 71.9 0.58 0.61
Hex BE D5 61 B 0 36 10 48 3A 3D
Octal 276 325 141 13 0 66 20 110 72 75
Binary 10111110 11010101 1100001 1011 0 110110 10000 1001000 111010 111101

Color Harmonies of #BED561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED561

Black with #BED561

Text Example


Text Example

White with #BED561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED561; }

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

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

background-color css

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

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

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

border-color css

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

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

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