Html Css Color HEX #BED65B Wild Willow

📋 copy color: '#BED65B'

red 190 ◦ green 214 ◦ blue 91

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

Shades of Wild Willow #BED65B

Tints of Wild Willow #BED65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 91 (35.94% from 255) = 18.38%

R = 38.38%
G = 43.23%
B = 18.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BED65B (or 0xBED65B) is known color: Wild Willow. HEX triplet: BE, D6 and 5B. RGB value is (190,214,91). Sum of RGB (Red+Green+Blue) = 190+214+91=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65B is #4129A4. Grayscale: #C1C1C1. Windows color (decimal): -4270501 or 6018750. OLE color: 6018750.

HSL color Cylindrical-coordinate representation of color #BED65B: hue angle of 71.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BED65B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 91 -
CMYK 0.11 0 0.57 0.16
HSL 71.71º 0.6% 0.6% -
HSV(B) 71.71º 0.57% 0.84% -
XYZ 47.17 59.8 18.95 -
YUV 192.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 190 214 91 0.11 0 0.57 0.16 71.71 0.6 0.6
Hex BE D6 5B B 0 39 10 48 3C 3C
Octal 276 326 133 13 0 71 20 110 74 74
Binary 10111110 11010110 1011011 1011 0 111001 10000 1001000 111100 111100

Color Harmonies of #BED65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED65B

Black with #BED65B

Text Example


Text Example

White with #BED65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED65B; }

 p { color: rgb(190,214,91); }

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

background-color css

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

 a { background-color: rgb(190,214,91); }

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

border-color css

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

 span { border-color: rgb(190,214,91); }

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