Html Css Color HEX #BED24D Wild Willow

📋 copy color: '#BED24D'

red 190 ◦ green 210 ◦ blue 77

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

Shades of Wild Willow #BED24D

Tints of Wild Willow #BED24D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.03%

 BLUE value IS 77 (30.47% from 255) = 16.14%

R = 39.83%
G = 44.03%
B = 16.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#BED24D (or 0xBED24D) is known color: Wild Willow. HEX triplet: BE, D2 and 4D. RGB value is (190,210,77). Sum of RGB (Red+Green+Blue) = 190+210+77=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #BED24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED24D is #412DB2. Grayscale: #BDBDBD. Windows color (decimal): -4271539 or 5100222. OLE color: 5100222.

HSL color Cylindrical-coordinate representation of color #BED24D: hue angle of 69.02º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BED24D is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 77 -
CMYK 0.10 0 0.63 0.18
HSL 69.02º 0.6% 0.56% -
HSV(B) 69.02º 0.63% 0.82% -
XYZ 45.62 57.58 15.73 -
YUV 188.86 64.87 128.81 -
System Red Green Blue C M Y K H S L
Decimal 190 210 77 0.10 0 0.63 0.18 69.02 0.6 0.56
Hex BE D2 4D A 0 3F 12 45 3C 38
Octal 276 322 115 12 0 77 22 105 74 70
Binary 10111110 11010010 1001101 1010 0 111111 10010 1000101 111100 111000

Color Harmonies of #BED24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED24D

Black with #BED24D

Text Example


Text Example

White with #BED24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED24D; }

 p { color: rgb(190,210,77); }

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

background-color css

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

 a { background-color: rgb(190,210,77); }

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

border-color css

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

 span { border-color: rgb(190,210,77); }

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