Html Css Color HEX #BED35F Wild Willow

📋 copy color: '#BED35F'

red 190 ◦ green 211 ◦ blue 95

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

Shades of Wild Willow #BED35F

Tints of Wild Willow #BED35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 95 (37.5% from 255) = 19.15%

R = 38.31%
G = 42.54%
B = 19.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#BED35F (or 0xBED35F) is known color: Wild Willow. HEX triplet: BE, D3 and 5F. RGB value is (190,211,95). Sum of RGB (Red+Green+Blue) = 190+211+95=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #BED35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED35F is #412CA0. Grayscale: #BFBFBF. Windows color (decimal): -4271265 or 6280126. OLE color: 6280126.

HSL color Cylindrical-coordinate representation of color #BED35F: hue angle of 70.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BED35F is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 95 -
CMYK 0.10 0 0.55 0.17
HSL 70.86º 0.57% 0.6% -
HSV(B) 70.86º 0.55% 0.83% -
XYZ 46.6 58.36 19.64 -
YUV 191.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 190 211 95 0.10 0 0.55 0.17 70.86 0.57 0.6
Hex BE D3 5F A 0 37 11 47 39 3C
Octal 276 323 137 12 0 67 21 107 71 74
Binary 10111110 11010011 1011111 1010 0 110111 10001 1000111 111001 111100

Color Harmonies of #BED35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED35F

Black with #BED35F

Text Example


Text Example

White with #BED35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED35F; }

 p { color: rgb(190,211,95); }

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

background-color css

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

 a { background-color: rgb(190,211,95); }

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

border-color css

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

 span { border-color: rgb(190,211,95); }

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