Html Css Color HEX #BEC061 Wild Willow

📋 copy color: '#BEC061'

red 190 ◦ green 192 ◦ blue 97

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

Shades of Wild Willow #BEC061

Tints of Wild Willow #BEC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 39.67%
G = 40.08%
B = 20.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEC061 (or 0xBEC061) is known color: Wild Willow. HEX triplet: BE, C0 and 61. RGB value is (190,192,97). Sum of RGB (Red+Green+Blue) = 190+192+97=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC061 is #413F9E. Grayscale: #B4B4B4. Windows color (decimal): -4276127 or 6406334. OLE color: 6406334.

HSL color Cylindrical-coordinate representation of color #BEC061: hue angle of 61.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEC061 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 97 -
CMYK 0.01 0 0.49 0.25
HSL 61.26º 0.43% 0.57% -
HSV(B) 61.26º 0.49% 0.75% -
XYZ 42.24 49.51 18.64 -
YUV 180.57 80.84 134.72 -
System Red Green Blue C M Y K H S L
Decimal 190 192 97 0.01 0 0.49 0.25 61.26 0.43 0.57
Hex BE C0 61 1 0 31 19 3D 2B 39
Octal 276 300 141 1 0 61 31 75 53 71
Binary 10111110 11000000 1100001 1 0 110001 11001 111101 101011 111001

Color Harmonies of #BEC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC061

Black with #BEC061

Text Example


Text Example

White with #BEC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC061; }

 p { color: rgb(190,192,97); }

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

background-color css

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

 a { background-color: rgb(190,192,97); }

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

border-color css

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

 span { border-color: rgb(190,192,97); }

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