Html Css Color HEX #BED574 Wild Willow

📋 copy color: '#BED574'

red 190 ◦ green 213 ◦ blue 116

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

Shades of Wild Willow #BED574

Tints of Wild Willow #BED574

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 36.61%
G = 41.04%
B = 22.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#BED574 (or 0xBED574) is known color: Wild Willow. HEX triplet: BE, D5 and 74. RGB value is (190,213,116). Sum of RGB (Red+Green+Blue) = 190+213+116=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #BED574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED574 is #412A8B. Grayscale: #C3C3C3. Windows color (decimal): -4270732 or 7656894. OLE color: 7656894.

HSL color Cylindrical-coordinate representation of color #BED574: hue angle of 74.23º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED574 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 116 -
CMYK 0.11 0 0.46 0.16
HSL 74.23º 0.54% 0.65% -
HSV(B) 74.23º 0.46% 0.84% -
XYZ 48.18 59.8 25.53 -
YUV 195.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 190 213 116 0.11 0 0.46 0.16 74.23 0.54 0.65
Hex BE D5 74 B 0 2E 10 4A 36 41
Octal 276 325 164 13 0 56 20 112 66 101
Binary 10111110 11010101 1110100 1011 0 101110 10000 1001010 110110 1000001

Color Harmonies of #BED574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED574

Black with #BED574

Text Example


Text Example

White with #BED574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED574; }

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

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

background-color css

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

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

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

border-color css

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

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

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