Html Css Color HEX #BED166 Wild Willow

📋 copy color: '#BED166'

red 190 ◦ green 209 ◦ blue 102

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

Shades of Wild Willow #BED166

Tints of Wild Willow #BED166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.36%

R = 37.92%
G = 41.72%
B = 20.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#BED166 (or 0xBED166) is known color: Wild Willow. HEX triplet: BE, D1 and 66. RGB value is (190,209,102). Sum of RGB (Red+Green+Blue) = 190+209+102=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #BED166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED166 is #412E99. Grayscale: #BFBFBF. Windows color (decimal): -4271770 or 6738366. OLE color: 6738366.

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

Color convert

RGB 190 209 102 -
CMYK 0.09 0 0.51 0.18
HSL 70.65º 0.54% 0.61% -
HSV(B) 70.65º 0.51% 0.82% -
XYZ 46.43 57.51 21.22 -
YUV 191.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 190 209 102 0.09 0 0.51 0.18 70.65 0.54 0.61
Hex BE D1 66 9 0 33 12 47 36 3D
Octal 276 321 146 11 0 63 22 107 66 75
Binary 10111110 11010001 1100110 1001 0 110011 10010 1000111 110110 111101

Color Harmonies of #BED166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED166

Black with #BED166

Text Example


Text Example

White with #BED166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED166; }

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

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

background-color css

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

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

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

border-color css

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

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

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