Html Css Color HEX #BED560 Wild Willow

📋 copy color: '#BED560'

red 190 ◦ green 213 ◦ blue 96

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

Shades of Wild Willow #BED560

Tints of Wild Willow #BED560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 38.08%
G = 42.69%
B = 19.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BED560 (or 0xBED560) is known color: Wild Willow. HEX triplet: BE, D5 and 60. RGB value is (190,213,96). Sum of RGB (Red+Green+Blue) = 190+213+96=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #BED560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED560 is #412A9F. Grayscale: #C1C1C1. Windows color (decimal): -4270752 or 6346174. OLE color: 6346174.

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

Color convert

RGB 190 213 96 -
CMYK 0.11 0 0.55 0.16
HSL 71.79º 0.58% 0.61% -
HSV(B) 71.79º 0.55% 0.84% -
XYZ 47.14 59.38 20.04 -
YUV 192.79 73.38 126.01 -
System Red Green Blue C M Y K H S L
Decimal 190 213 96 0.11 0 0.55 0.16 71.79 0.58 0.61
Hex BE D5 60 B 0 37 10 48 3A 3D
Octal 276 325 140 13 0 67 20 110 72 75
Binary 10111110 11010101 1100000 1011 0 110111 10000 1001000 111010 111101

Color Harmonies of #BED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED560

Black with #BED560

Text Example


Text Example

White with #BED560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED560; }

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

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

background-color css

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

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

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

border-color css

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

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

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