Html Css Color HEX #BED76F Wild Willow

📋 copy color: '#BED76F'

red 190 ◦ green 215 ◦ blue 111

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

Shades of Wild Willow #BED76F

Tints of Wild Willow #BED76F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 36.82%
G = 41.67%
B = 21.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BED76F (or 0xBED76F) is known color: Wild Willow. HEX triplet: BE, D7 and 6F. RGB value is (190,215,111). Sum of RGB (Red+Green+Blue) = 190+215+111=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #BED76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED76F is #412890. Grayscale: #C4C4C4. Windows color (decimal): -4270225 or 7329726. OLE color: 7329726.

HSL color Cylindrical-coordinate representation of color #BED76F: hue angle of 74.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BED76F is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 111 -
CMYK 0.12 0 0.48 0.16
HSL 74.42º 0.57% 0.64% -
HSV(B) 74.42º 0.48% 0.84% -
XYZ 48.4 60.7 24.2 -
YUV 195.67 80.22 123.96 -
System Red Green Blue C M Y K H S L
Decimal 190 215 111 0.12 0 0.48 0.16 74.42 0.57 0.64
Hex BE D7 6F C 0 30 10 4A 39 40
Octal 276 327 157 14 0 60 20 112 71 100
Binary 10111110 11010111 1101111 1100 0 110000 10000 1001010 111001 1000000

Color Harmonies of #BED76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED76F

Black with #BED76F

Text Example


Text Example

White with #BED76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED76F; }

 p { color: rgb(190,215,111); }

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

background-color css

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

 a { background-color: rgb(190,215,111); }

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

border-color css

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

 span { border-color: rgb(190,215,111); }

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