Html Css Color HEX #BED966 Wild Willow

📋 copy color: '#BED966'

red 190 ◦ green 217 ◦ blue 102

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

Shades of Wild Willow #BED966

Tints of Wild Willow #BED966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

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

R = 37.33%
G = 42.63%
B = 20.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BED966 (or 0xBED966) is known color: Wild Willow. HEX triplet: BE, D9 and 66. RGB value is (190,217,102). Sum of RGB (Red+Green+Blue) = 190+217+102=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BED966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED966 is #412699. Grayscale: #C4C4C4. Windows color (decimal): -4269722 or 6740414. OLE color: 6740414.

HSL color Cylindrical-coordinate representation of color #BED966: hue angle of 74.09º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BED966 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 102 -
CMYK 0.12 0 0.53 0.15
HSL 74.09º 0.6% 0.63% -
HSV(B) 74.09º 0.53% 0.85% -
XYZ 48.45 61.53 21.89 -
YUV 195.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 190 217 102 0.12 0 0.53 0.15 74.09 0.6 0.63
Hex BE D9 66 C 0 35 F 4A 3C 3F
Octal 276 331 146 14 0 65 17 112 74 77
Binary 10111110 11011001 1100110 1100 0 110101 1111 1001010 111100 111111

Color Harmonies of #BED966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED966

Black with #BED966

Text Example


Text Example

White with #BED966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED966; }

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

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

background-color css

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

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

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

border-color css

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

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

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