Html Css Color HEX #BEC460 Wild Willow

📋 copy color: '#BEC460'

red 190 ◦ green 196 ◦ blue 96

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

Shades of Wild Willow #BEC460

Tints of Wild Willow #BEC460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 39.42%
G = 40.66%
B = 19.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#BEC460 (or 0xBEC460) is known color: Wild Willow. HEX triplet: BE, C4 and 60. RGB value is (190,196,96). Sum of RGB (Red+Green+Blue) = 190+196+96=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC460 is #413B9F. Grayscale: #B7B7B7. Windows color (decimal): -4275104 or 6341822. OLE color: 6341822.

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

Color convert

RGB 190 196 96 -
CMYK 0.03 0 0.51 0.23
HSL 63.6º 0.46% 0.57% -
HSV(B) 63.6º 0.51% 0.77% -
XYZ 43.09 51.27 18.69 -
YUV 182.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 190 196 96 0.03 0 0.51 0.23 63.6 0.46 0.57
Hex BE C4 60 3 0 33 17 40 2E 39
Octal 276 304 140 3 0 63 27 100 56 71
Binary 10111110 11000100 1100000 11 0 110011 10111 1000000 101110 111001

Color Harmonies of #BEC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC460

Black with #BEC460

Text Example


Text Example

White with #BEC460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC460; }

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

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

background-color css

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

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

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

border-color css

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

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

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