Html Css Color HEX #BED35D Wild Willow

📋 copy color: '#BED35D'

red 190 ◦ green 211 ◦ blue 93

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

Shades of Wild Willow #BED35D

Tints of Wild Willow #BED35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 38.46%
G = 42.71%
B = 18.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#BED35D (or 0xBED35D) is known color: Wild Willow. HEX triplet: BE, D3 and 5D. RGB value is (190,211,93). Sum of RGB (Red+Green+Blue) = 190+211+93=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #BED35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED35D is #412CA2. Grayscale: #BFBFBF. Windows color (decimal): -4271267 or 6149054. OLE color: 6149054.

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

Color convert

RGB 190 211 93 -
CMYK 0.10 0 0.56 0.17
HSL 70.68º 0.57% 0.6% -
HSV(B) 70.68º 0.56% 0.83% -
XYZ 46.51 58.33 19.16 -
YUV 191.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 190 211 93 0.10 0 0.56 0.17 70.68 0.57 0.6
Hex BE D3 5D A 0 38 11 47 39 3C
Octal 276 323 135 12 0 70 21 107 71 74
Binary 10111110 11010011 1011101 1010 0 111000 10001 1000111 111001 111100

Color Harmonies of #BED35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED35D

Black with #BED35D

Text Example


Text Example

White with #BED35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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