Html Css Color HEX #BEDD65 Wild Willow

📋 copy color: '#BEDD65'

red 190 ◦ green 221 ◦ blue 101

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

Shades of Wild Willow #BEDD65

Tints of Wild Willow #BEDD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

 BLUE value IS 101 (39.84% from 255) = 19.73%

R = 37.11%
G = 43.16%
B = 19.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#BEDD65 (or 0xBEDD65) is known color: Wild Willow. HEX triplet: BE, DD and 65. RGB value is (190,221,101). Sum of RGB (Red+Green+Blue) = 190+221+101=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDD65 is #41229A. Grayscale: #C6C6C6. Windows color (decimal): -4268699 or 6675902. OLE color: 6675902.

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

Color convert

RGB 190 221 101 -
CMYK 0.14 0 0.54 0.13
HSL 75.5º 0.64% 0.63% -
HSV(B) 75.5º 0.54% 0.87% -
XYZ 49.44 63.6 21.98 -
YUV 198.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 190 221 101 0.14 0 0.54 0.13 75.5 0.64 0.63
Hex BE DD 65 E 0 36 D 4C 40 3F
Octal 276 335 145 16 0 66 15 114 100 77
Binary 10111110 11011101 1100101 1110 0 110110 1101 1001100 1000000 111111

Color Harmonies of #BEDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD65

Black with #BEDD65

Text Example


Text Example

White with #BEDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD65; }

 p { color: rgb(190,221,101); }

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

background-color css

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

 a { background-color: rgb(190,221,101); }

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

border-color css

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

 span { border-color: rgb(190,221,101); }

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