Html Css Color HEX #BEC966 Wild Willow

📋 copy color: '#BEC966'

red 190 ◦ green 201 ◦ blue 102

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

Shades of Wild Willow #BEC966

Tints of Wild Willow #BEC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

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

R = 38.54%
G = 40.77%
B = 20.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#BEC966 (or 0xBEC966) is known color: Wild Willow. HEX triplet: BE, C9 and 66. RGB value is (190,201,102). Sum of RGB (Red+Green+Blue) = 190+201+102=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC966 is #413699. Grayscale: #BABABA. Windows color (decimal): -4273818 or 6736318. OLE color: 6736318.

HSL color Cylindrical-coordinate representation of color #BEC966: hue angle of 66.67º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC966 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 102 -
CMYK 0.05 0 0.49 0.21
HSL 66.67º 0.48% 0.59% -
HSV(B) 66.67º 0.49% 0.79% -
XYZ 44.52 53.68 20.59 -
YUV 186.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 190 201 102 0.05 0 0.49 0.21 66.67 0.48 0.59
Hex BE C9 66 5 0 31 15 43 30 3B
Octal 276 311 146 5 0 61 25 103 60 73
Binary 10111110 11001001 1100110 101 0 110001 10101 1000011 110000 111011

Color Harmonies of #BEC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC966

Black with #BEC966

Text Example


Text Example

White with #BEC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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