Html Css Color HEX #BEDB60 Wild Willow

📋 copy color: '#BEDB60'

red 190 ◦ green 219 ◦ blue 96

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

Shades of Wild Willow #BEDB60

Tints of Wild Willow #BEDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 96 (37.89% from 255) = 19.01%

R = 37.62%
G = 43.37%
B = 19.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BEDB60 (or 0xBEDB60) is known color: Wild Willow. HEX triplet: BE, DB and 60. RGB value is (190,219,96). Sum of RGB (Red+Green+Blue) = 190+219+96=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDB60 is #41249F. Grayscale: #C4C4C4. Windows color (decimal): -4269216 or 6347710. OLE color: 6347710.

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

Color convert

RGB 190 219 96 -
CMYK 0.13 0 0.56 0.14
HSL 74.15º 0.63% 0.62% -
HSV(B) 74.15º 0.56% 0.86% -
XYZ 48.68 62.45 20.56 -
YUV 196.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 190 219 96 0.13 0 0.56 0.14 74.15 0.63 0.62
Hex BE DB 60 D 0 38 E 4A 3F 3E
Octal 276 333 140 15 0 70 16 112 77 76
Binary 10111110 11011011 1100000 1101 0 111000 1110 1001010 111111 111110

Color Harmonies of #BEDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB60

Black with #BEDB60

Text Example


Text Example

White with #BEDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB60; }

 p { color: rgb(190,219,96); }

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

background-color css

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

 a { background-color: rgb(190,219,96); }

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

border-color css

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

 span { border-color: rgb(190,219,96); }

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