Html Css Color HEX #BEDC6B Wild Willow

📋 copy color: '#BEDC6B'

red 190 ◦ green 220 ◦ blue 107

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

Shades of Wild Willow #BEDC6B

Tints of Wild Willow #BEDC6B

RGB

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

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

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

R = 36.75%
G = 42.55%
B = 20.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#BEDC6B (or 0xBEDC6B) is known color: Wild Willow. HEX triplet: BE, DC and 6B. RGB value is (190,220,107). Sum of RGB (Red+Green+Blue) = 190+220+107=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC6B is #412394. Grayscale: #C6C6C6. Windows color (decimal): -4268949 or 7068862. OLE color: 7068862.

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

Color convert

RGB 190 220 107 -
CMYK 0.14 0 0.51 0.14
HSL 75.93º 0.62% 0.64% -
HSV(B) 75.93º 0.51% 0.86% -
XYZ 49.48 63.2 23.5 -
YUV 198.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 190 220 107 0.14 0 0.51 0.14 75.93 0.62 0.64
Hex BE DC 6B E 0 33 E 4C 3E 40
Octal 276 334 153 16 0 63 16 114 76 100
Binary 10111110 11011100 1101011 1110 0 110011 1110 1001100 111110 1000000

Color Harmonies of #BEDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC6B

Black with #BEDC6B

Text Example


Text Example

White with #BEDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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