Html Css Color HEX #BED56B Wild Willow

📋 copy color: '#BED56B'

red 190 ◦ green 213 ◦ blue 107

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

Shades of Wild Willow #BED56B

Tints of Wild Willow #BED56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.98%

R = 37.25%
G = 41.76%
B = 20.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BED56B (or 0xBED56B) is known color: Wild Willow. HEX triplet: BE, D5 and 6B. RGB value is (190,213,107). Sum of RGB (Red+Green+Blue) = 190+213+107=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #BED56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED56B is #412A94. Grayscale: #C2C2C2. Windows color (decimal): -4270741 or 7067070. OLE color: 7067070.

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

Color convert

RGB 190 213 107 -
CMYK 0.11 0 0.50 0.16
HSL 73.02º 0.56% 0.63% -
HSV(B) 73.02º 0.5% 0.84% -
XYZ 47.68 59.6 22.9 -
YUV 194.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 190 213 107 0.11 0 0.50 0.16 73.02 0.56 0.63
Hex BE D5 6B B 0 32 10 49 38 3F
Octal 276 325 153 13 0 62 20 111 70 77
Binary 10111110 11010101 1101011 1011 0 110010 10000 1001001 111000 111111

Color Harmonies of #BED56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED56B

Black with #BED56B

Text Example


Text Example

White with #BED56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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