Html Css Color HEX #BEDC66 Wild Willow

📋 copy color: '#BEDC66'

red 190 ◦ green 220 ◦ blue 102

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

Shades of Wild Willow #BEDC66

Tints of Wild Willow #BEDC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 37.11%
G = 42.97%
B = 19.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#BEDC66 (or 0xBEDC66) is known color: Wild Willow. HEX triplet: BE, DC and 66. RGB value is (190,220,102). Sum of RGB (Red+Green+Blue) = 190+220+102=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC66 is #412399. Grayscale: #C6C6C6. Windows color (decimal): -4268954 or 6741182. OLE color: 6741182.

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

Color convert

RGB 190 220 102 -
CMYK 0.14 0 0.54 0.14
HSL 75.25º 0.63% 0.63% -
HSV(B) 75.25º 0.54% 0.86% -
XYZ 49.23 63.09 22.15 -
YUV 197.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 190 220 102 0.14 0 0.54 0.14 75.25 0.63 0.63
Hex BE DC 66 E 0 36 E 4B 3F 3F
Octal 276 334 146 16 0 66 16 113 77 77
Binary 10111110 11011100 1100110 1110 0 110110 1110 1001011 111111 111111

Color Harmonies of #BEDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC66

Black with #BEDC66

Text Example


Text Example

White with #BEDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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