Html Css Color HEX #BED56C Wild Willow

📋 copy color: '#BED56C'

red 190 ◦ green 213 ◦ blue 108

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

Shades of Wild Willow #BED56C

Tints of Wild Willow #BED56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.14%

R = 37.18%
G = 41.68%
B = 21.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#BED56C (or 0xBED56C) is known color: Wild Willow. HEX triplet: BE, D5 and 6C. RGB value is (190,213,108). Sum of RGB (Red+Green+Blue) = 190+213+108=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #BED56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED56C is #412A93. Grayscale: #C2C2C2. Windows color (decimal): -4270740 or 7132606. OLE color: 7132606.

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

Color convert

RGB 190 213 108 -
CMYK 0.11 0 0.49 0.16
HSL 73.14º 0.56% 0.63% -
HSV(B) 73.14º 0.49% 0.84% -
XYZ 47.74 59.62 23.18 -
YUV 194.15 79.38 125.04 -
System Red Green Blue C M Y K H S L
Decimal 190 213 108 0.11 0 0.49 0.16 73.14 0.56 0.63
Hex BE D5 6C B 0 31 10 49 38 3F
Octal 276 325 154 13 0 61 20 111 70 77
Binary 10111110 11010101 1101100 1011 0 110001 10000 1001001 111000 111111

Color Harmonies of #BED56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED56C

Black with #BED56C

Text Example


Text Example

White with #BED56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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