Html Css Color HEX #BED164 Wild Willow

📋 copy color: '#BED164'

red 190 ◦ green 209 ◦ blue 100

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

Shades of Wild Willow #BED164

Tints of Wild Willow #BED164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.04%

R = 38.08%
G = 41.88%
B = 20.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BED164 (or 0xBED164) is known color: Wild Willow. HEX triplet: BE, D1 and 64. RGB value is (190,209,100). Sum of RGB (Red+Green+Blue) = 190+209+100=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #BED164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED164 is #412E9B. Grayscale: #BFBFBF. Windows color (decimal): -4271772 or 6607294. OLE color: 6607294.

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

Color convert

RGB 190 209 100 -
CMYK 0.09 0 0.52 0.18
HSL 70.46º 0.54% 0.61% -
HSV(B) 70.46º 0.52% 0.82% -
XYZ 46.34 57.47 20.71 -
YUV 190.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 190 209 100 0.09 0 0.52 0.18 70.46 0.54 0.61
Hex BE D1 64 9 0 34 12 46 36 3D
Octal 276 321 144 11 0 64 22 106 66 75
Binary 10111110 11010001 1100100 1001 0 110100 10010 1000110 110110 111101

Color Harmonies of #BED164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED164

Black with #BED164

Text Example


Text Example

White with #BED164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED164; }

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

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

background-color css

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

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

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

border-color css

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

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

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