Html Css Color HEX #BED85A Wild Willow

📋 copy color: '#BED85A'

red 190 ◦ green 216 ◦ blue 90

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

Shades of Wild Willow #BED85A

Tints of Wild Willow #BED85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

 BLUE value IS 90 (35.55% from 255) = 18.15%

R = 38.31%
G = 43.55%
B = 18.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BED85A (or 0xBED85A) is known color: Wild Willow. HEX triplet: BE, D8 and 5A. RGB value is (190,216,90). Sum of RGB (Red+Green+Blue) = 190+216+90=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85A is #4127A5. Grayscale: #C2C2C2. Windows color (decimal): -4269990 or 5953726. OLE color: 5953726.

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

Color convert

RGB 190 216 90 -
CMYK 0.12 0 0.58 0.15
HSL 72.38º 0.62% 0.6% -
HSV(B) 72.38º 0.58% 0.85% -
XYZ 47.64 60.8 18.9 -
YUV 193.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 190 216 90 0.12 0 0.58 0.15 72.38 0.62 0.6
Hex BE D8 5A C 0 3A F 48 3E 3C
Octal 276 330 132 14 0 72 17 110 76 74
Binary 10111110 11011000 1011010 1100 0 111010 1111 1001000 111110 111100

Color Harmonies of #BED85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED85A

Black with #BED85A

Text Example


Text Example

White with #BED85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED85A; }

 p { color: rgb(190,216,90); }

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

background-color css

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

 a { background-color: rgb(190,216,90); }

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

border-color css

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

 span { border-color: rgb(190,216,90); }

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