Html Css Color HEX #BED85E Wild Willow

📋 copy color: '#BED85E'

red 190 ◦ green 216 ◦ blue 94

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

Shades of Wild Willow #BED85E

Tints of Wild Willow #BED85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 38%
G = 43.2%
B = 18.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#BED85E (or 0xBED85E) is known color: Wild Willow. HEX triplet: BE, D8 and 5E. RGB value is (190,216,94). Sum of RGB (Red+Green+Blue) = 190+216+94=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #BED85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED85E is #4127A1. Grayscale: #C2C2C2. Windows color (decimal): -4269986 or 6215870. OLE color: 6215870.

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

Color convert

RGB 190 216 94 -
CMYK 0.12 0 0.56 0.15
HSL 72.79º 0.61% 0.61% -
HSV(B) 72.79º 0.56% 0.85% -
XYZ 47.81 60.87 19.82 -
YUV 194.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 190 216 94 0.12 0 0.56 0.15 72.79 0.61 0.61
Hex BE D8 5E C 0 38 F 49 3D 3D
Octal 276 330 136 14 0 70 17 111 75 75
Binary 10111110 11011000 1011110 1100 0 111000 1111 1001001 111101 111101

Color Harmonies of #BED85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED85E

Black with #BED85E

Text Example


Text Example

White with #BED85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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