Html Css Color HEX #BED35A Wild Willow

📋 copy color: '#BED35A'

red 190 ◦ green 211 ◦ blue 90

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

Shades of Wild Willow #BED35A

Tints of Wild Willow #BED35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 38.7%
G = 42.97%
B = 18.33%

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

#BED35A (or 0xBED35A) is known color: Wild Willow. HEX triplet: BE, D3 and 5A. RGB value is (190,211,90). Sum of RGB (Red+Green+Blue) = 190+211+90=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #BED35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED35A is #412CA5. Grayscale: #BFBFBF. Windows color (decimal): -4271270 or 5952446. OLE color: 5952446.

HSL color Cylindrical-coordinate representation of color #BED35A: hue angle of 70.41º 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 #BED35A is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 90 -
CMYK 0.10 0 0.57 0.17
HSL 70.41º 0.58% 0.59% -
HSV(B) 70.41º 0.57% 0.83% -
XYZ 46.37 58.27 18.48 -
YUV 190.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 190 211 90 0.10 0 0.57 0.17 70.41 0.58 0.59
Hex BE D3 5A A 0 39 11 46 3A 3B
Octal 276 323 132 12 0 71 21 106 72 73
Binary 10111110 11010011 1011010 1010 0 111001 10001 1000110 111010 111011

Color Harmonies of #BED35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED35A

Black with #BED35A

Text Example


Text Example

White with #BED35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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