Html Css Color HEX #BEC464 Wild Willow

📋 copy color: '#BEC464'

red 190 ◦ green 196 ◦ blue 100

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

Shades of Wild Willow #BEC464

Tints of Wild Willow #BEC464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 39.09%
G = 40.33%
B = 20.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BEC464 (or 0xBEC464) is known color: Wild Willow. HEX triplet: BE, C4 and 64. RGB value is (190,196,100). Sum of RGB (Red+Green+Blue) = 190+196+100=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC464 is #413B9B. Grayscale: #B7B7B7. Windows color (decimal): -4275100 or 6603966. OLE color: 6603966.

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

Color convert

RGB 190 196 100 -
CMYK 0.03 0 0.49 0.23
HSL 63.75º 0.45% 0.58% -
HSV(B) 63.75º 0.49% 0.77% -
XYZ 43.28 51.35 19.69 -
YUV 183.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 190 196 100 0.03 0 0.49 0.23 63.75 0.45 0.58
Hex BE C4 64 3 0 31 17 40 2D 3A
Octal 276 304 144 3 0 61 27 100 55 72
Binary 10111110 11000100 1100100 11 0 110001 10111 1000000 101101 111010

Color Harmonies of #BEC464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC464

Black with #BEC464

Text Example


Text Example

White with #BEC464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC464; }

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

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

background-color css

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

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

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

border-color css

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

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

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