Html Css Color HEX #BEDC64 Wild Willow

📋 copy color: '#BEDC64'

red 190 ◦ green 220 ◦ blue 100

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

Shades of Wild Willow #BEDC64

Tints of Wild Willow #BEDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 100 (39.45% from 255) = 19.61%

R = 37.25%
G = 43.14%
B = 19.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BEDC64 (or 0xBEDC64) is known color: Wild Willow. HEX triplet: BE, DC and 64. RGB value is (190,220,100). Sum of RGB (Red+Green+Blue) = 190+220+100=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC64 is #41239B. Grayscale: #C5C5C5. Windows color (decimal): -4268956 or 6610110. OLE color: 6610110.

HSL color Cylindrical-coordinate representation of color #BEDC64: hue angle of 75º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDC64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 220 100 -
CMYK 0.14 0 0.55 0.14
HSL 75º 0.63% 0.63% -
HSV(B) 75º 0.55% 0.86% -
XYZ 49.13 63.05 21.64 -
YUV 197.35 73.06 122.76 -
System Red Green Blue C M Y K H S L
Decimal 190 220 100 0.14 0 0.55 0.14 75 0.63 0.63
Hex BE DC 64 E 0 37 E 4B 3F 3F
Octal 276 334 144 16 0 67 16 113 77 77
Binary 10111110 11011100 1100100 1110 0 110111 1110 1001011 111111 111111

Color Harmonies of #BEDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC64

Black with #BEDC64

Text Example


Text Example

White with #BEDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC64; }

 p { color: rgb(190,220,100); }

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

background-color css

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

 a { background-color: rgb(190,220,100); }

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

border-color css

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

 span { border-color: rgb(190,220,100); }

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