Html Css Color HEX #BED474 Wild Willow

📋 copy color: '#BED474'

red 190 ◦ green 212 ◦ blue 116

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

Shades of Wild Willow #BED474

Tints of Wild Willow #BED474

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 116 (45.7% from 255) = 22.39%

R = 36.68%
G = 40.93%
B = 22.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#BED474 (or 0xBED474) is known color: Wild Willow. HEX triplet: BE, D4 and 74. RGB value is (190,212,116). Sum of RGB (Red+Green+Blue) = 190+212+116=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #BED474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED474 is #412B8B. Grayscale: #C2C2C2. Windows color (decimal): -4270988 or 7656638. OLE color: 7656638.

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

Color convert

RGB 190 212 116 -
CMYK 0.10 0 0.45 0.17
HSL 73.75º 0.53% 0.64% -
HSV(B) 73.75º 0.45% 0.83% -
XYZ 47.93 59.3 25.44 -
YUV 194.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 190 212 116 0.10 0 0.45 0.17 73.75 0.53 0.64
Hex BE D4 74 A 0 2D 11 4A 35 40
Octal 276 324 164 12 0 55 21 112 65 100
Binary 10111110 11010100 1110100 1010 0 101101 10001 1001010 110101 1000000

Color Harmonies of #BED474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED474

Black with #BED474

Text Example


Text Example

White with #BED474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED474; }

 p { color: rgb(190,212,116); }

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

background-color css

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

 a { background-color: rgb(190,212,116); }

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

border-color css

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

 span { border-color: rgb(190,212,116); }

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