Html Css Color HEX #BEC060 Wild Willow

📋 copy color: '#BEC060'

red 190 ◦ green 192 ◦ blue 96

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

Shades of Wild Willow #BEC060

Tints of Wild Willow #BEC060

RGB

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

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

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

R = 39.75%
G = 40.17%
B = 20.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BEC060 (or 0xBEC060) is known color: Wild Willow. HEX triplet: BE, C0 and 60. RGB value is (190,192,96). Sum of RGB (Red+Green+Blue) = 190+192+96=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC060 is #413F9F. Grayscale: #B4B4B4. Windows color (decimal): -4276128 or 6340798. OLE color: 6340798.

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

Color convert

RGB 190 192 96 -
CMYK 0.01 0 0.50 0.25
HSL 61.25º 0.43% 0.56% -
HSV(B) 61.25º 0.5% 0.75% -
XYZ 42.2 49.49 18.4 -
YUV 180.46 80.34 134.81 -
System Red Green Blue C M Y K H S L
Decimal 190 192 96 0.01 0 0.50 0.25 61.25 0.43 0.56
Hex BE C0 60 1 0 32 19 3D 2B 38
Octal 276 300 140 1 0 62 31 75 53 70
Binary 10111110 11000000 1100000 1 0 110010 11001 111101 101011 111000

Color Harmonies of #BEC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC060

Black with #BEC060

Text Example


Text Example

White with #BEC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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