Html Css Color HEX #BED766 Wild Willow

📋 copy color: '#BED766'

red 190 ◦ green 215 ◦ blue 102

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

Shades of Wild Willow #BED766

Tints of Wild Willow #BED766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

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

R = 37.48%
G = 42.41%
B = 20.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#BED766 (or 0xBED766) is known color: Wild Willow. HEX triplet: BE, D7 and 66. RGB value is (190,215,102). Sum of RGB (Red+Green+Blue) = 190+215+102=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #BED766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED766 is #412899. Grayscale: #C3C3C3. Windows color (decimal): -4270234 or 6739902. OLE color: 6739902.

HSL color Cylindrical-coordinate representation of color #BED766: hue angle of 73.27º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED766 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 102 -
CMYK 0.12 0 0.53 0.16
HSL 73.27º 0.59% 0.62% -
HSV(B) 73.27º 0.53% 0.84% -
XYZ 47.93 60.51 21.72 -
YUV 194.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 190 215 102 0.12 0 0.53 0.16 73.27 0.59 0.62
Hex BE D7 66 C 0 35 10 49 3B 3E
Octal 276 327 146 14 0 65 20 111 73 76
Binary 10111110 11010111 1100110 1100 0 110101 10000 1001001 111011 111110

Color Harmonies of #BED766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED766

Black with #BED766

Text Example


Text Example

White with #BED766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED766; }

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

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

background-color css

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

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

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

border-color css

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

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

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