Html Css Color HEX #BED35B Wild Willow

📋 copy color: '#BED35B'

red 190 ◦ green 211 ◦ blue 91

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

Shades of Wild Willow #BED35B

Tints of Wild Willow #BED35B

RGB

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

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

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

R = 38.62%
G = 42.89%
B = 18.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#BED35B (or 0xBED35B) is known color: Wild Willow. HEX triplet: BE, D3 and 5B. RGB value is (190,211,91). Sum of RGB (Red+Green+Blue) = 190+211+91=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #BED35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED35B is #412CA4. Grayscale: #BFBFBF. Windows color (decimal): -4271269 or 6017982. OLE color: 6017982.

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

Color convert

RGB 190 211 91 -
CMYK 0.10 0 0.57 0.17
HSL 70.5º 0.58% 0.59% -
HSV(B) 70.5º 0.57% 0.83% -
XYZ 46.42 58.29 18.7 -
YUV 191.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 190 211 91 0.10 0 0.57 0.17 70.5 0.58 0.59
Hex BE D3 5B A 0 39 11 46 3A 3B
Octal 276 323 133 12 0 71 21 106 72 73
Binary 10111110 11010011 1011011 1010 0 111001 10001 1000110 111010 111011

Color Harmonies of #BED35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED35B

Black with #BED35B

Text Example


Text Example

White with #BED35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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