Html Css Color HEX #BEDC62 Wild Willow

📋 copy color: '#BEDC62'

red 190 ◦ green 220 ◦ blue 98

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

Shades of Wild Willow #BEDC62

Tints of Wild Willow #BEDC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.29%

R = 37.4%
G = 43.31%
B = 19.29%

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

#BEDC62 (or 0xBEDC62) is known color: Wild Willow. HEX triplet: BE, DC and 62. RGB value is (190,220,98). Sum of RGB (Red+Green+Blue) = 190+220+98=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDC62 is #41239D. Grayscale: #C5C5C5. Windows color (decimal): -4268958 or 6479038. OLE color: 6479038.

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

Color convert

RGB 190 220 98 -
CMYK 0.14 0 0.55 0.14
HSL 74.75º 0.64% 0.62% -
HSV(B) 74.75º 0.55% 0.86% -
XYZ 49.03 63.02 21.13 -
YUV 197.12 72.06 122.92 -
System Red Green Blue C M Y K H S L
Decimal 190 220 98 0.14 0 0.55 0.14 74.75 0.64 0.62
Hex BE DC 62 E 0 37 E 4B 40 3E
Octal 276 334 142 16 0 67 16 113 100 76
Binary 10111110 11011100 1100010 1110 0 110111 1110 1001011 1000000 111110

Color Harmonies of #BEDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC62

Black with #BEDC62

Text Example


Text Example

White with #BEDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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