Html Css Color HEX #BEDA61 Wild Willow

📋 copy color: '#BEDA61'

red 190 ◦ green 218 ◦ blue 97

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

Shades of Wild Willow #BEDA61

Tints of Wild Willow #BEDA61

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.17%

 BLUE value IS 97 (38.28% from 255) = 19.21%

R = 37.62%
G = 43.17%
B = 19.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BEDA61 (or 0xBEDA61) is known color: Wild Willow. HEX triplet: BE, DA and 61. RGB value is (190,218,97). Sum of RGB (Red+Green+Blue) = 190+218+97=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDA61 is #41259E. Grayscale: #C4C4C4. Windows color (decimal): -4269471 or 6412990. OLE color: 6412990.

HSL color Cylindrical-coordinate representation of color #BEDA61: hue angle of 73.88º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEDA61 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 97 -
CMYK 0.13 0 0.56 0.15
HSL 73.88º 0.62% 0.62% -
HSV(B) 73.88º 0.56% 0.85% -
XYZ 48.46 61.95 20.71 -
YUV 195.83 72.22 123.84 -
System Red Green Blue C M Y K H S L
Decimal 190 218 97 0.13 0 0.56 0.15 73.88 0.62 0.62
Hex BE DA 61 D 0 38 F 4A 3E 3E
Octal 276 332 141 15 0 70 17 112 76 76
Binary 10111110 11011010 1100001 1101 0 111000 1111 1001010 111110 111110

Color Harmonies of #BEDA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA61

Black with #BEDA61

Text Example


Text Example

White with #BEDA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA61; }

 p { color: rgb(190,218,97); }

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

background-color css

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

 a { background-color: rgb(190,218,97); }

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

border-color css

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

 span { border-color: rgb(190,218,97); }

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