Html Css Color HEX #BED16B Wild Willow

📋 copy color: '#BED16B'

red 190 ◦ green 209 ◦ blue 107

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

Shades of Wild Willow #BED16B

Tints of Wild Willow #BED16B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.3%

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

R = 37.55%
G = 41.3%
B = 21.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BED16B (or 0xBED16B) is known color: Wild Willow. HEX triplet: BE, D1 and 6B. RGB value is (190,209,107). Sum of RGB (Red+Green+Blue) = 190+209+107=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #BED16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED16B is #412E94. Grayscale: #C0C0C0. Windows color (decimal): -4271765 or 7066046. OLE color: 7066046.

HSL color Cylindrical-coordinate representation of color #BED16B: hue angle of 71.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BED16B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 107 -
CMYK 0.09 0 0.49 0.18
HSL 71.18º 0.53% 0.62% -
HSV(B) 71.18º 0.49% 0.82% -
XYZ 46.69 57.61 22.57 -
YUV 191.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 190 209 107 0.09 0 0.49 0.18 71.18 0.53 0.62
Hex BE D1 6B 9 0 31 12 47 35 3E
Octal 276 321 153 11 0 61 22 107 65 76
Binary 10111110 11010001 1101011 1001 0 110001 10010 1000111 110101 111110

Color Harmonies of #BED16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED16B

Black with #BED16B

Text Example


Text Example

White with #BED16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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