Html Css Color HEX #BEC466 Wild Willow

📋 copy color: '#BEC466'

red 190 ◦ green 196 ◦ blue 102

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

Shades of Wild Willow #BEC466

Tints of Wild Willow #BEC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.16%

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

R = 38.93%
G = 40.16%
B = 20.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BEC466 (or 0xBEC466) is known color: Wild Willow. HEX triplet: BE, C4 and 66. RGB value is (190,196,102). Sum of RGB (Red+Green+Blue) = 190+196+102=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC466 is #413B99. Grayscale: #B7B7B7. Windows color (decimal): -4275098 or 6735038. OLE color: 6735038.

HSL color Cylindrical-coordinate representation of color #BEC466: hue angle of 63.83º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEC466 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 102 -
CMYK 0.03 0 0.48 0.23
HSL 63.83º 0.44% 0.58% -
HSV(B) 63.83º 0.48% 0.77% -
XYZ 43.37 51.39 20.2 -
YUV 183.49 82.01 132.64 -
System Red Green Blue C M Y K H S L
Decimal 190 196 102 0.03 0 0.48 0.23 63.83 0.44 0.58
Hex BE C4 66 3 0 30 17 40 2C 3A
Octal 276 304 146 3 0 60 27 100 54 72
Binary 10111110 11000100 1100110 11 0 110000 10111 1000000 101100 111010

Color Harmonies of #BEC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC466

Black with #BEC466

Text Example


Text Example

White with #BEC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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