Html Css Color HEX #BED174 Wild Willow

📋 copy color: '#BED174'

red 190 ◦ green 209 ◦ blue 116

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

Shades of Wild Willow #BED174

Tints of Wild Willow #BED174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.58%

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

R = 36.89%
G = 40.58%
B = 22.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BED174 (or 0xBED174) is known color: Wild Willow. HEX triplet: BE, D1 and 74. RGB value is (190,209,116). Sum of RGB (Red+Green+Blue) = 190+209+116=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #BED174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED174 is #412E8B. Grayscale: #C1C1C1. Windows color (decimal): -4271756 or 7655870. OLE color: 7655870.

HSL color Cylindrical-coordinate representation of color #BED174: hue angle of 72.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BED174 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 209 116 -
CMYK 0.09 0 0.44 0.18
HSL 72.26º 0.5% 0.64% -
HSV(B) 72.26º 0.44% 0.82% -
XYZ 47.19 57.81 25.19 -
YUV 192.72 84.71 126.06 -
System Red Green Blue C M Y K H S L
Decimal 190 209 116 0.09 0 0.44 0.18 72.26 0.5 0.64
Hex BE D1 74 9 0 2C 12 48 32 40
Octal 276 321 164 11 0 54 22 110 62 100
Binary 10111110 11010001 1110100 1001 0 101100 10010 1001000 110010 1000000

Color Harmonies of #BED174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED174

Black with #BED174

Text Example


Text Example

White with #BED174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED174; }

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

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

background-color css

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

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

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

border-color css

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

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

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